Html Css Color HEX #16419B Egyptian Blue

📋 copy color: '#16419B'

red 22 ◦ green 65 ◦ blue 155

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

Shades of Egyptian Blue #16419B

Tints of Egyptian Blue #16419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 9.09%
G = 26.86%
B = 64.05%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16419B (or 0x16419B) is known color: Egyptian Blue. HEX triplet: 16, 41 and 9B. RGB value is (22,65,155). Sum of RGB (Red+Green+Blue) = 22+65+155=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #16419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16419B is #E9BE64. Grayscale: #3E3E3E. Windows color (decimal): -15318629 or 10174742. OLE color: 10174742.

HSL color Cylindrical-coordinate representation of color #16419B: hue angle of 220.6º 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 #16419B is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 65 155 -
CMYK 0.86 0.58 0 0.39
HSL 220.6º 0.75% 0.35% -
HSV(B) 220.6º 0.86% 0.61% -
XYZ 8.14 6.32 31.8 -
YUV 62.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 22 65 155 0.86 0.58 0 0.39 220.6 0.75 0.35
Hex 16 41 9B 56 3A 0 27 DD 4B 23
Octal 26 101 233 126 72 0 47 335 113 43
Binary 10110 1000001 10011011 1010110 111010 0 100111 11011101 1001011 100011

Color Harmonies of #16419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16419B

Black with #16419B

Text Example


Text Example

White with #16419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16419B; }

 p { color: rgb(22,65,155); }

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

background-color css

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

 a { background-color: rgb(22,65,155); }

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

border-color css

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

 span { border-color: rgb(22,65,155); }

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