#16458C

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

Shades of Dark Cerulean #16458C

Tints of Dark Cerulean #16458C

Color information

#16458C (or 0x16458C) is unknown color: approx Dark Cerulean. HEX triplet: 16, 45 and 8C. RGB value is (22,69,140). Sum of RGB (Red+Green+Blue) = 22+69+140=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #16458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16458C is #E9BA73. Grayscale: #3E3E3E. Windows color (decimal): -15317620 or 9192726. OLE color: 9192726.

HSL color Cylindrical-coordinate representation of color #16458C: hue angle of 216.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16458C is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2269140-
CMYK0.840.5100.45
HSL216.1º72.84%31.76%-
HSV(B)216.1º84.29%54.9%-
XYZ7.196.3225.65-
YUV63.04171.4398.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 140 (55.08% from 255) = 60.61%
R=9.52%
G=29.87%
B=60.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22691400.840.5100.45216.172.8431.76
Hex16458C543302Dd84920
Octal261052141246305533011140
Binary1011010001011000110010101001100110101101110110001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16458C; }

 p { color: rgb(22,69,140); }

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

<style>
 a { background-color: #16458C; }

 a { background-color: rgb(22,69,140); }

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

<style>
 span { border-color: #16458C; }

 span { border-color: rgb(22,69,140); }

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