Html Css Color HEX #16399B Egyptian Blue

📋 copy color: '#16399B'

red 22 ◦ green 57 ◦ blue 155

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

Shades of Egyptian Blue #16399B

Tints of Egyptian Blue #16399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 9.4%
G = 24.36%
B = 66.24%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16399B (or 0x16399B) is known color: Egyptian Blue. HEX triplet: 16, 39 and 9B. RGB value is (22,57,155). Sum of RGB (Red+Green+Blue) = 22+57+155=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #16399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16399B is #E9C664. Grayscale: #393939. Windows color (decimal): -15320677 or 10172694. OLE color: 10172694.

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

Color convert

RGB 22 57 155 -
CMYK 0.86 0.63 0 0.39
HSL 224.21º 0.75% 0.35% -
HSV(B) 224.21º 0.86% 0.61% -
XYZ 7.71 5.46 31.66 -
YUV 57.71 182.9 102.53 -
System Red Green Blue C M Y K H S L
Decimal 22 57 155 0.86 0.63 0 0.39 224.21 0.75 0.35
Hex 16 39 9B 56 3F 0 27 E0 4B 23
Octal 26 71 233 126 77 0 47 340 113 43
Binary 10110 111001 10011011 1010110 111111 0 100111 11100000 1001011 100011

Color Harmonies of #16399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16399B

Black with #16399B

Text Example


Text Example

White with #16399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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