#23419F

Color #23419F Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #23419F

Tints of Egyptian Blue #23419F

Color information

#23419F (or 0x23419F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 41 and 9F. RGB value is (35,65,159). Sum of RGB (Red+Green+Blue) = 35+65+159=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #23419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23419F is #DCBE60. Grayscale: #424242. Windows color (decimal): -14466657 or 10436899. OLE color: 10436899.

HSL color Cylindrical-coordinate representation of color #23419F: hue angle of 225.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23419F is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3565159-
CMYK0.780.5900.38
HSL225.48º63.92%38.04%-
HSV(B)225.48º77.99%62.35%-
XYZ8.846.6433.62-
YUV66.75180.06105.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=13.51%
G=25.10%
B=61.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35651590.780.5900.38225.4863.9238.04
Hex23419F4E3B026e14026
Octal431012371167304634110046
Binary10001110000011001111110011101110110100110111000011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23419F; }

 p { color: rgb(35,65,159); }

 H1.HeaderClassName
 {
   color: #23419F;
 }
 .AnyTagClassName
 {
   color: #23419F;
 }
</style>
background-color css

<style>
 a { background-color: #23419F; }

 a { background-color: rgb(35,65,159); }

 div.DivClassName
 {
   background-color: #23419F;
 }
 .BgClassName
 {
   background-color: #23419F;
 }
</style>
border-color css

<style>
 span { border-color: #23419F; }

 span { border-color: rgb(35,65,159); }

 td.TdClassName
 {
   border-color: #23419F;
 }
 .TagClassName
 {
   border-color: #23419F;
 }
</style>