Html Css Color HEX #122892 Egyptian Blue

📋 copy color: '#122892'

red 18 ◦ green 40 ◦ blue 146

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

Shades of Egyptian Blue #122892

Tints of Egyptian Blue #122892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.57%

R = 8.82%
G = 19.61%
B = 71.57%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122892 (or 0x122892) is known color: Egyptian Blue. HEX triplet: 12, 28 and 92. RGB value is (18,40,146). Sum of RGB (Red+Green+Blue) = 18+40+146=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #122892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122892 is #EDD76D. Grayscale: #2D2D2D. Windows color (decimal): -15587182 or 9578514. OLE color: 9578514.

HSL color Cylindrical-coordinate representation of color #122892: hue angle of 229.69º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122892 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 40 146 -
CMYK 0.88 0.73 0 0.43
HSL 229.69º 0.78% 0.32% -
HSV(B) 229.69º 0.88% 0.57% -
XYZ 6.2 3.72 27.59 -
YUV 45.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 18 40 146 0.88 0.73 0 0.43 229.69 0.78 0.32
Hex 12 28 92 58 49 0 2B E6 4E 20
Octal 22 50 222 130 111 0 53 346 116 40
Binary 10010 101000 10010010 1011000 1001001 0 101011 11100110 1001110 100000

Color Harmonies of #122892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122892

Black with #122892

Text Example


Text Example

White with #122892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122892; }

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

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

background-color css

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

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

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

border-color css

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

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

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