Html Css Color HEX #16319E Egyptian Blue

📋 copy color: '#16319E'

red 22 ◦ green 49 ◦ blue 158

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

Shades of Egyptian Blue #16319E

Tints of Egyptian Blue #16319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 158 (62.11% from 255) = 69%

R = 9.61%
G = 21.4%
B = 69%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16319E (or 0x16319E) is known color: Egyptian Blue. HEX triplet: 16, 31 and 9E. RGB value is (22,49,158). Sum of RGB (Red+Green+Blue) = 22+49+158=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #16319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16319E is #E9CE61. Grayscale: #343434. Windows color (decimal): -15322722 or 10367254. OLE color: 10367254.

HSL color Cylindrical-coordinate representation of color #16319E: hue angle of 228.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16319E is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 49 158 -
CMYK 0.86 0.69 0 0.38
HSL 228.09º 0.76% 0.35% -
HSV(B) 228.09º 0.86% 0.62% -
XYZ 7.6 4.84 32.88 -
YUV 53.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 22 49 158 0.86 0.69 0 0.38 228.09 0.76 0.35
Hex 16 31 9E 56 45 0 26 E4 4C 23
Octal 26 61 236 126 105 0 46 344 114 43
Binary 10110 110001 10011110 1010110 1000101 0 100110 11100100 1001100 100011

Color Harmonies of #16319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16319E

Black with #16319E

Text Example


Text Example

White with #16319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16319E; }

 p { color: rgb(22,49,158); }

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

background-color css

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

 a { background-color: rgb(22,49,158); }

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

border-color css

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

 span { border-color: rgb(22,49,158); }

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