Html Css Color HEX #122998 Egyptian Blue

📋 copy color: '#122998'

red 18 ◦ green 41 ◦ blue 152

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

Shades of Egyptian Blue #122998

Tints of Egyptian Blue #122998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 8.53%
G = 19.43%
B = 72.04%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#122998 (or 0x122998) is known color: Egyptian Blue. HEX triplet: 12, 29 and 98. RGB value is (18,41,152). Sum of RGB (Red+Green+Blue) = 18+41+152=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #122998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122998 is #EDD667. Grayscale: #2E2E2E. Windows color (decimal): -15586920 or 9971986. OLE color: 9971986.

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

Color convert

RGB 18 41 152 -
CMYK 0.88 0.73 0 0.40
HSL 229.7º 0.79% 0.33% -
HSV(B) 229.7º 0.88% 0.6% -
XYZ 6.71 3.98 30.12 -
YUV 46.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 18 41 152 0.88 0.73 0 0.40 229.7 0.79 0.33
Hex 12 29 98 58 49 0 28 E6 4F 21
Octal 22 51 230 130 111 0 50 346 117 41
Binary 10010 101001 10011000 1011000 1001001 0 101000 11100110 1001111 100001

Color Harmonies of #122998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122998

Black with #122998

Text Example


Text Example

White with #122998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122998; }

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

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

background-color css

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

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

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

border-color css

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

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

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