Html Css Color HEX #122799 Egyptian Blue

📋 copy color: '#122799'

red 18 ◦ green 39 ◦ blue 153

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

Shades of Egyptian Blue #122799

Tints of Egyptian Blue #122799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 8.57%
G = 18.57%
B = 72.86%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#122799 (or 0x122799) is known color: Egyptian Blue. HEX triplet: 12, 27 and 99. RGB value is (18,39,153). Sum of RGB (Red+Green+Blue) = 18+39+153=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #122799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122799 is #EDD866. Grayscale: #2D2D2D. Windows color (decimal): -15587431 or 10037010. OLE color: 10037010.

HSL color Cylindrical-coordinate representation of color #122799: hue angle of 230.67º 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 #122799 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 39 153 -
CMYK 0.88 0.75 0 0.4
HSL 230.67º 0.79% 0.34% -
HSV(B) 230.67º 0.88% 0.6% -
XYZ 6.72 3.88 30.53 -
YUV 45.72 188.54 108.23 -
System Red Green Blue C M Y K H S L
Decimal 18 39 153 0.88 0.75 0 0.4 230.67 0.79 0.34
Hex 12 27 99 58 4B 0 28 E7 4F 22
Octal 22 47 231 130 113 0 50 347 117 42
Binary 10010 100111 10011001 1011000 1001011 0 101000 11100111 1001111 100010

Color Harmonies of #122799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122799

Black with #122799

Text Example


Text Example

White with #122799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122799; }

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

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

background-color css

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

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

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

border-color css

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

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

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