Html Css Color HEX #16389F Egyptian Blue

📋 copy color: '#16389F'

red 22 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #16389F

Tints of Egyptian Blue #16389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 9.28%
G = 23.63%
B = 67.09%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16389F (or 0x16389F) is known color: Egyptian Blue. HEX triplet: 16, 38 and 9F. RGB value is (22,56,159). Sum of RGB (Red+Green+Blue) = 22+56+159=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #16389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16389F is #E9C760. Grayscale: #393939. Windows color (decimal): -15320929 or 10434582. OLE color: 10434582.

HSL color Cylindrical-coordinate representation of color #16389F: hue angle of 225.11º 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 #16389F is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 56 159 -
CMYK 0.86 0.65 0 0.38
HSL 225.11º 0.76% 0.35% -
HSV(B) 225.11º 0.86% 0.62% -
XYZ 8 5.5 33.44 -
YUV 57.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 22 56 159 0.86 0.65 0 0.38 225.11 0.76 0.35
Hex 16 38 9F 56 41 0 26 E1 4C 23
Octal 26 70 237 126 101 0 46 341 114 43
Binary 10110 111000 10011111 1010110 1000001 0 100110 11100001 1001100 100011

Color Harmonies of #16389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16389F

Black with #16389F

Text Example


Text Example

White with #16389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16389F; }

 p { color: rgb(22,56,159); }

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

background-color css

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

 a { background-color: rgb(22,56,159); }

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

border-color css

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

 span { border-color: rgb(22,56,159); }

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