#16384F

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

Shades of Regal Blue #16384F

Tints of Regal Blue #16384F

Color information

#16384F (or 0x16384F) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 4F. RGB value is (22,56,79). Sum of RGB (Red+Green+Blue) = 22+56+79=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #16384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16384F is #E9C7B0. Grayscale: #303030. Windows color (decimal): -15321009 or 5191702. OLE color: 5191702.

HSL color Cylindrical-coordinate representation of color #16384F: hue angle of 204.21º 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 #16384F is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225679-
CMYK0.720.2900.69
HSL204.21º56.44%19.8%-
HSV(B)204.21º72.15%30.98%-
XYZ3.163.567.92-
YUV48.46145.24109.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=14.01%
G=35.67%
B=50.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2256790.720.2900.69204.2156.4419.8
Hex16384F481D045cc3814
Octal26701171103501053147024
Binary101101110001001111100100011101010001011100110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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