Html Css Color HEX #12239F Egyptian Blue

📋 copy color: '#12239F'

red 18 ◦ green 35 ◦ blue 159

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

Shades of Egyptian Blue #12239F

Tints of Egyptian Blue #12239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

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

R = 8.49%
G = 16.51%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12239F (or 0x12239F) is known color: Egyptian Blue. HEX triplet: 12, 23 and 9F. RGB value is (18,35,159). Sum of RGB (Red+Green+Blue) = 18+35+159=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #12239F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12239F is #EDDC60. Grayscale: #2B2B2B. Windows color (decimal): -15588449 or 10429202. OLE color: 10429202.

HSL color Cylindrical-coordinate representation of color #12239F: hue angle of 232.77º 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 #12239F is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 35 159 -
CMYK 0.89 0.78 0 0.38
HSL 232.77º 0.8% 0.35% -
HSV(B) 232.77º 0.89% 0.62% -
XYZ 7.11 3.83 33.17 -
YUV 44.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 18 35 159 0.89 0.78 0 0.38 232.77 0.8 0.35
Hex 12 23 9F 59 4E 0 26 E9 50 23
Octal 22 43 237 131 116 0 46 351 120 43
Binary 10010 100011 10011111 1011001 1001110 0 100110 11101001 1010000 100011

Color Harmonies of #12239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12239F

Black with #12239F

Text Example


Text Example

White with #12239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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