Html Css Color HEX #122997 Egyptian Blue

📋 copy color: '#122997'

red 18 ◦ green 41 ◦ blue 151

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

Shades of Egyptian Blue #122997

Tints of Egyptian Blue #122997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 71.9%

R = 8.57%
G = 19.52%
B = 71.9%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#122997 (or 0x122997) is known color: Egyptian Blue. HEX triplet: 12, 29 and 97. RGB value is (18,41,151). Sum of RGB (Red+Green+Blue) = 18+41+151=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #122997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122997 is #EDD668. Grayscale: #2E2E2E. Windows color (decimal): -15586921 or 9906450. OLE color: 9906450.

HSL color Cylindrical-coordinate representation of color #122997: hue angle of 229.62º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122997 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 41 151 -
CMYK 0.88 0.73 0 0.41
HSL 229.62º 0.79% 0.33% -
HSV(B) 229.62º 0.88% 0.59% -
XYZ 6.63 3.95 29.69 -
YUV 46.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 18 41 151 0.88 0.73 0 0.41 229.62 0.79 0.33
Hex 12 29 97 58 49 0 29 E6 4F 21
Octal 22 51 227 130 111 0 51 346 117 41
Binary 10010 101001 10010111 1011000 1001001 0 101001 11100110 1001111 100001

Color Harmonies of #122997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122997

Black with #122997

Text Example


Text Example

White with #122997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122997; }

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

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

background-color css

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

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

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

border-color css

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

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

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