Html Css Color HEX #12459D Egyptian Blue

📋 copy color: '#12459D'

red 18 ◦ green 69 ◦ blue 157

#12459D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #12459D

Tints of Egyptian Blue #12459D

RGB

 RED value IS 18 (7.42% from 255) = 7.38%

 GREEN value IS 69 (27.34% from 255) = 28.28%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 7.38%
G = 28.28%
B = 64.34%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12459D (or 0x12459D) is known color: Egyptian Blue. HEX triplet: 12, 45 and 9D. RGB value is (18,69,157). Sum of RGB (Red+Green+Blue) = 18+69+157=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #12459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12459D is #EDBA62. Grayscale: #3F3F3F. Windows color (decimal): -15579747 or 10306834. OLE color: 10306834.

HSL color Cylindrical-coordinate representation of color #12459D: hue angle of 217.99º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12459D is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 69 157 -
CMYK 0.89 0.56 0 0.38
HSL 217.99º 0.79% 0.34% -
HSV(B) 217.99º 0.89% 0.62% -
XYZ 8.46 6.82 32.77 -
YUV 63.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 18 69 157 0.89 0.56 0 0.38 217.99 0.79 0.34
Hex 12 45 9D 59 38 0 26 DA 4F 22
Octal 22 105 235 131 70 0 46 332 117 42
Binary 10010 1000101 10011101 1011001 111000 0 100110 11011010 1001111 100010

Color Harmonies of #12459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12459D

Black with #12459D

Text Example


Text Example

White with #12459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12459D; }

 p { color: rgb(18,69,157); }

 H1.HeaderClassName
 {
   color: #12459D;
 }
 .AnyTagClassName
 {
   color: #12459D;
 }
</style>

background-color css

<style>
 a { background-color: #12459D; }

 a { background-color: rgb(18,69,157); }

 div.DivClassName
 {
   background-color: #12459D;
 }
 .BgClassName
 {
   background-color: #12459D;
 }
</style>

border-color css

<style>
 span { border-color: #12459D; }

 span { border-color: rgb(18,69,157); }

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