Html Css Color HEX #16289C Egyptian Blue

📋 copy color: '#16289C'

red 22 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #16289C

Tints of Egyptian Blue #16289C

RGB

 RED value IS 22 (8.98% from 255) = 10.09%

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

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 10.09%
G = 18.35%
B = 71.56%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16289C (or 0x16289C) is known color: Egyptian Blue. HEX triplet: 16, 28 and 9C. RGB value is (22,40,156). Sum of RGB (Red+Green+Blue) = 22+40+156=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #16289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16289C is #E9D763. Grayscale: #2F2F2F. Windows color (decimal): -15325028 or 10233878. OLE color: 10233878.

HSL color Cylindrical-coordinate representation of color #16289C: hue angle of 231.94º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16289C is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 40 156 -
CMYK 0.86 0.74 0 0.39
HSL 231.94º 0.75% 0.35% -
HSV(B) 231.94º 0.86% 0.61% -
XYZ 7.09 4.09 31.87 -
YUV 47.84 189.04 109.57 -
System Red Green Blue C M Y K H S L
Decimal 22 40 156 0.86 0.74 0 0.39 231.94 0.75 0.35
Hex 16 28 9C 56 4A 0 27 E8 4B 23
Octal 26 50 234 126 112 0 47 350 113 43
Binary 10110 101000 10011100 1010110 1001010 0 100111 11101000 1001011 100011

Color Harmonies of #16289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16289C

Black with #16289C

Text Example


Text Example

White with #16289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16289C; }

 p { color: rgb(22,40,156); }

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

background-color css

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

 a { background-color: rgb(22,40,156); }

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

border-color css

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

 span { border-color: rgb(22,40,156); }

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