Html Css Color HEX #12299F Egyptian Blue

📋 copy color: '#12299F'

red 18 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #12299F

Tints of Egyptian Blue #12299F

RGB

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

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

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

R = 8.26%
G = 18.81%
B = 72.94%

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

#12299F (or 0x12299F) is known color: Egyptian Blue. HEX triplet: 12, 29 and 9F. RGB value is (18,41,159). Sum of RGB (Red+Green+Blue) = 18+41+159=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #12299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12299F is #EDD660. Grayscale: #2F2F2F. Windows color (decimal): -15586913 or 10430738. OLE color: 10430738.

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

Color convert

RGB 18 41 159 -
CMYK 0.89 0.74 0 0.38
HSL 230.21º 0.8% 0.35% -
HSV(B) 230.21º 0.89% 0.62% -
XYZ 7.3 4.22 33.23 -
YUV 47.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 18 41 159 0.89 0.74 0 0.38 230.21 0.8 0.35
Hex 12 29 9F 59 4A 0 26 E6 50 23
Octal 22 51 237 131 112 0 46 346 120 43
Binary 10010 101001 10011111 1011001 1001010 0 100110 11100110 1010000 100011

Color Harmonies of #12299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12299F

Black with #12299F

Text Example


Text Example

White with #12299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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