Html Css Color HEX #12229F Egyptian Blue

📋 copy color: '#12229F'

red 18 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #12229F

Tints of Egyptian Blue #12229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 8.53%
G = 16.11%
B = 75.36%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12229F (or 0x12229F) is known color: Egyptian Blue. HEX triplet: 12, 22 and 9F. RGB value is (18,34,159). Sum of RGB (Red+Green+Blue) = 18+34+159=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #12229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229F is #EDDD60. Grayscale: #2A2A2A. Windows color (decimal): -15588705 or 10428946. OLE color: 10428946.

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

Color convert

RGB 18 34 159 -
CMYK 0.89 0.79 0 0.38
HSL 233.19º 0.8% 0.35% -
HSV(B) 233.19º 0.89% 0.62% -
XYZ 7.08 3.78 33.16 -
YUV 43.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 18 34 159 0.89 0.79 0 0.38 233.19 0.8 0.35
Hex 12 22 9F 59 4F 0 26 E9 50 23
Octal 22 42 237 131 117 0 46 351 120 43
Binary 10010 100010 10011111 1011001 1001111 0 100110 11101001 1010000 100011

Color Harmonies of #12229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12229F

Black with #12229F

Text Example


Text Example

White with #12229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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