Html Css Color HEX #12299E Egyptian Blue

📋 copy color: '#12299E'

red 18 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #12299E

Tints of Egyptian Blue #12299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 158 (62.11% from 255) = 72.81%

R = 8.29%
G = 18.89%
B = 72.81%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12299E (or 0x12299E) is known color: Egyptian Blue. HEX triplet: 12, 29 and 9E. RGB value is (18,41,158). Sum of RGB (Red+Green+Blue) = 18+41+158=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #12299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12299E is #EDD661. Grayscale: #2E2E2E. Windows color (decimal): -15586914 or 10365202. OLE color: 10365202.

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

Color convert

RGB 18 41 158 -
CMYK 0.89 0.74 0 0.38
HSL 230.14º 0.8% 0.35% -
HSV(B) 230.14º 0.89% 0.62% -
XYZ 7.21 4.18 32.77 -
YUV 47.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 18 41 158 0.89 0.74 0 0.38 230.14 0.8 0.35
Hex 12 29 9E 59 4A 0 26 E6 50 23
Octal 22 51 236 131 112 0 46 346 120 43
Binary 10010 101001 10011110 1011001 1001010 0 100110 11100110 1010000 100011

Color Harmonies of #12299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12299E

Black with #12299E

Text Example


Text Example

White with #12299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12299E; }

 p { color: rgb(18,41,158); }

 H1.HeaderClassName
 {
   color: #12299E;
 }
 .AnyTagClassName
 {
   color: #12299E;
 }
</style>

background-color css

<style>
 a { background-color: #12299E; }

 a { background-color: rgb(18,41,158); }

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

border-color css

<style>
 span { border-color: #12299E; }

 span { border-color: rgb(18,41,158); }

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