Html Css Color HEX #122696 Egyptian Blue

📋 copy color: '#122696'

red 18 ◦ green 38 ◦ blue 150

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

Shades of Egyptian Blue #122696

Tints of Egyptian Blue #122696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

 BLUE value IS 150 (58.98% from 255) = 72.82%

R = 8.74%
G = 18.45%
B = 72.82%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#122696 (or 0x122696) is known color: Egyptian Blue. HEX triplet: 12, 26 and 96. RGB value is (18,38,150). Sum of RGB (Red+Green+Blue) = 18+38+150=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #122696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122696 is #EDD969. Grayscale: #2C2C2C. Windows color (decimal): -15587690 or 9840146. OLE color: 9840146.

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

Color convert

RGB 18 38 150 -
CMYK 0.88 0.75 0 0.41
HSL 230.91º 0.79% 0.33% -
HSV(B) 230.91º 0.88% 0.59% -
XYZ 6.45 3.72 29.23 -
YUV 44.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 18 38 150 0.88 0.75 0 0.41 230.91 0.79 0.33
Hex 12 26 96 58 4B 0 29 E7 4F 21
Octal 22 46 226 130 113 0 51 347 117 41
Binary 10010 100110 10010110 1011000 1001011 0 101001 11100111 1001111 100001

Color Harmonies of #122696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122696

Black with #122696

Text Example


Text Example

White with #122696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122696; }

 p { color: rgb(18,38,150); }

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

background-color css

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

 a { background-color: rgb(18,38,150); }

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

border-color css

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

 span { border-color: rgb(18,38,150); }

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