Html Css Color HEX #122898 Egyptian Blue

📋 copy color: '#122898'

red 18 ◦ green 40 ◦ blue 152

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

Shades of Egyptian Blue #122898

Tints of Egyptian Blue #122898

RGB

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

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

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

R = 8.57%
G = 19.05%
B = 72.38%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#122898 (or 0x122898) is known color: Egyptian Blue. HEX triplet: 12, 28 and 98. RGB value is (18,40,152). Sum of RGB (Red+Green+Blue) = 18+40+152=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #122898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122898 is #EDD767. Grayscale: #2D2D2D. Windows color (decimal): -15587176 or 9971730. OLE color: 9971730.

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

Color convert

RGB 18 40 152 -
CMYK 0.88 0.74 0 0.40
HSL 230.15º 0.79% 0.33% -
HSV(B) 230.15º 0.88% 0.6% -
XYZ 6.68 3.91 30.11 -
YUV 46.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 18 40 152 0.88 0.74 0 0.40 230.15 0.79 0.33
Hex 12 28 98 58 4A 0 28 E6 4F 21
Octal 22 50 230 130 112 0 50 346 117 41
Binary 10010 101000 10011000 1011000 1001010 0 101000 11100110 1001111 100001

Color Harmonies of #122898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122898

Black with #122898

Text Example


Text Example

White with #122898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122898; }

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

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

background-color css

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

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

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

border-color css

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

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

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