Html Css Color HEX #122899 Egyptian Blue

📋 copy color: '#122899'

red 18 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #122899

Tints of Egyptian Blue #122899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 8.53%
G = 18.96%
B = 72.51%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#122899 (or 0x122899) is known color: Egyptian Blue. HEX triplet: 12, 28 and 99. RGB value is (18,40,153). Sum of RGB (Red+Green+Blue) = 18+40+153=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #122899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122899 is #EDD766. Grayscale: #2D2D2D. Windows color (decimal): -15587175 or 10037266. OLE color: 10037266.

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

Color convert

RGB 18 40 153 -
CMYK 0.88 0.74 0 0.4
HSL 230.22º 0.79% 0.34% -
HSV(B) 230.22º 0.88% 0.6% -
XYZ 6.76 3.95 30.54 -
YUV 46.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 18 40 153 0.88 0.74 0 0.4 230.22 0.79 0.34
Hex 12 28 99 58 4A 0 28 E6 4F 22
Octal 22 50 231 130 112 0 50 346 117 42
Binary 10010 101000 10011001 1011000 1001010 0 101000 11100110 1001111 100010

Color Harmonies of #122899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122899

Black with #122899

Text Example


Text Example

White with #122899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122899; }

 p { color: rgb(18,40,153); }

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

background-color css

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

 a { background-color: rgb(18,40,153); }

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

border-color css

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

 span { border-color: rgb(18,40,153); }

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