#16387E

Color #16387E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #16387E

Tints of Dark Cerulean #16387E

Color information

#16387E (or 0x16387E) is unknown color: approx Dark Cerulean. HEX triplet: 16, 38 and 7E. RGB value is (22,56,126). Sum of RGB (Red+Green+Blue) = 22+56+126=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #16387E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16387E is #E9C781. Grayscale: #353535. Windows color (decimal): -15320962 or 8271894. OLE color: 8271894.

HSL color Cylindrical-coordinate representation of color #16387E: hue angle of 220.38º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16387E is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2256126-
CMYK0.830.5600.51
HSL220.38º70.27%29.02%-
HSV(B)220.38º82.54%49.41%-
XYZ5.514.5120.32-
YUV53.81168.74105.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 126 (49.61% from 255) = 61.76%
R=10.78%
G=27.45%
B=61.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22561260.830.5600.51220.3870.2729.02
Hex16387E5338033dc461d
Octal26701761237006333410635
Binary1011011100011111101010011111000011001111011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16387E; }

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

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

<style>
 a { background-color: #16387E; }

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

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

<style>
 span { border-color: #16387E; }

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

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