#16458A

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

Shades of Dark Cerulean #16458A

Tints of Dark Cerulean #16458A

Color information

#16458A (or 0x16458A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 45 and 8A. RGB value is (22,69,138). Sum of RGB (Red+Green+Blue) = 22+69+138=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #16458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16458A is #E9BA75. Grayscale: #3E3E3E. Windows color (decimal): -15317622 or 9061654. OLE color: 9061654.

HSL color Cylindrical-coordinate representation of color #16458A: hue angle of 215.69º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16458A is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2269138-
CMYK0.840.500.46
HSL215.69º72.5%31.37%-
HSV(B)215.69º84.06%54.12%-
XYZ7.056.2624.88-
YUV62.81170.4398.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 138 (54.30% from 255) = 60.26%
R=9.61%
G=30.13%
B=60.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22691380.840.500.46215.6972.531.37
Hex16458A543202Ed8481f
Octal261052121246205633011037
Binary101101000101100010101010100110010010111011011000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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