#16394F

Color #16394F Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #16394F

Tints of Regal Blue #16394F

Color information

#16394F (or 0x16394F) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 4F. RGB value is (22,57,79). Sum of RGB (Red+Green+Blue) = 22+57+79=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #16394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16394F is #E9C6B0. Grayscale: #303030. Windows color (decimal): -15320753 or 5191958. OLE color: 5191958.

HSL color Cylindrical-coordinate representation of color #16394F: hue angle of 203.16º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16394F is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225779-
CMYK0.720.2800.69
HSL203.16º56.44%19.8%-
HSV(B)203.16º72.15%30.98%-
XYZ3.213.667.93-
YUV49.04144.9108.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 79 (31.25% from 255) = 50%
R=13.92%
G=36.08%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2257790.720.2800.69203.1656.4419.8
Hex16394F481C045cb3814
Octal26711171103401053137024
Binary101101110011001111100100011100010001011100101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16394F;
 }
 .AnyTagClassName
 {
   color: #16394F;
 }
</style>
background-color css

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

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

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

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

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

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