Html Css Color HEX #12299D Egyptian Blue

📋 copy color: '#12299D'

red 18 ◦ green 41 ◦ blue 157

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

Shades of Egyptian Blue #12299D

Tints of Egyptian Blue #12299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 8.33%
G = 18.98%
B = 72.69%

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

#12299D (or 0x12299D) is known color: Egyptian Blue. HEX triplet: 12, 29 and 9D. RGB value is (18,41,157). Sum of RGB (Red+Green+Blue) = 18+41+157=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #12299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12299D is #EDD662. Grayscale: #2E2E2E. Windows color (decimal): -15586915 or 10299666. OLE color: 10299666.

HSL color Cylindrical-coordinate representation of color #12299D: hue angle of 230.07º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12299D is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 41 157 -
CMYK 0.89 0.74 0 0.38
HSL 230.07º 0.79% 0.34% -
HSV(B) 230.07º 0.89% 0.62% -
XYZ 7.13 4.15 32.32 -
YUV 47.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 18 41 157 0.89 0.74 0 0.38 230.07 0.79 0.34
Hex 12 29 9D 59 4A 0 26 E6 4F 22
Octal 22 51 235 131 112 0 46 346 117 42
Binary 10010 101001 10011101 1011001 1001010 0 100110 11100110 1001111 100010

Color Harmonies of #12299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12299D

Black with #12299D

Text Example


Text Example

White with #12299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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