Html Css Color HEX #12289F Egyptian Blue

📋 copy color: '#12289F'

red 18 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #12289F

Tints of Egyptian Blue #12289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 159 (62.5% from 255) = 73.27%

R = 8.29%
G = 18.43%
B = 73.27%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12289F (or 0x12289F) is known color: Egyptian Blue. HEX triplet: 12, 28 and 9F. RGB value is (18,40,159). Sum of RGB (Red+Green+Blue) = 18+40+159=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #12289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12289F is #EDD760. Grayscale: #2E2E2E. Windows color (decimal): -15587169 or 10430482. OLE color: 10430482.

HSL color Cylindrical-coordinate representation of color #12289F: hue angle of 230.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12289F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 40 159 -
CMYK 0.89 0.75 0 0.38
HSL 230.64º 0.8% 0.35% -
HSV(B) 230.64º 0.89% 0.62% -
XYZ 7.27 4.15 33.22 -
YUV 46.99 191.21 107.32 -
System Red Green Blue C M Y K H S L
Decimal 18 40 159 0.89 0.75 0 0.38 230.64 0.8 0.35
Hex 12 28 9F 59 4B 0 26 E7 50 23
Octal 22 50 237 131 113 0 46 347 120 43
Binary 10010 101000 10011111 1011001 1001011 0 100110 11100111 1010000 100011

Color Harmonies of #12289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12289F

Black with #12289F

Text Example


Text Example

White with #12289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,40,159); }

 H1.HeaderClassName
 {
   color: #12289F;
 }
 .AnyTagClassName
 {
   color: #12289F;
 }
</style>

background-color css

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

 a { background-color: rgb(18,40,159); }

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

border-color css

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

 span { border-color: rgb(18,40,159); }

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