Html Css Color HEX #12439B Egyptian Blue

📋 copy color: '#12439B'

red 18 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #12439B

Tints of Egyptian Blue #12439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

 BLUE value IS 155 (60.94% from 255) = 64.58%

R = 7.5%
G = 27.92%
B = 64.58%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12439B (or 0x12439B) is known color: Egyptian Blue. HEX triplet: 12, 43 and 9B. RGB value is (18,67,155). Sum of RGB (Red+Green+Blue) = 18+67+155=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #12439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12439B is #EDBC64. Grayscale: #3D3D3D. Windows color (decimal): -15580261 or 10175250. OLE color: 10175250.

HSL color Cylindrical-coordinate representation of color #12439B: hue angle of 218.54º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12439B is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 67 155 -
CMYK 0.88 0.57 0 0.39
HSL 218.54º 0.79% 0.34% -
HSV(B) 218.54º 0.88% 0.61% -
XYZ 8.17 6.51 31.84 -
YUV 62.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 18 67 155 0.88 0.57 0 0.39 218.54 0.79 0.34
Hex 12 43 9B 58 39 0 27 DB 4F 22
Octal 22 103 233 130 71 0 47 333 117 42
Binary 10010 1000011 10011011 1011000 111001 0 100111 11011011 1001111 100010

Color Harmonies of #12439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12439B

Black with #12439B

Text Example


Text Example

White with #12439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12439B; }

 p { color: rgb(18,67,155); }

 H1.HeaderClassName
 {
   color: #12439B;
 }
 .AnyTagClassName
 {
   color: #12439B;
 }
</style>

background-color css

<style>
 a { background-color: #12439B; }

 a { background-color: rgb(18,67,155); }

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

border-color css

<style>
 span { border-color: #12439B; }

 span { border-color: rgb(18,67,155); }

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