#16457A

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

Shades of Dark Cerulean #16457A

Tints of Dark Cerulean #16457A

Color information

#16457A (or 0x16457A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 45 and 7A. RGB value is (22,69,122). Sum of RGB (Red+Green+Blue) = 22+69+122=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #16457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16457A is #E9BA85. Grayscale: #3C3C3C. Windows color (decimal): -15317638 or 8013078. OLE color: 8013078.

HSL color Cylindrical-coordinate representation of color #16457A: hue angle of 211.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16457A is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2269122-
CMYK0.820.4300.52
HSL211.8º69.44%28.24%-
HSV(B)211.8º81.97%47.84%-
XYZ5.975.8319.22-
YUV60.99162.43100.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=10.33%
G=32.39%
B=57.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22691220.820.4300.52211.869.4428.24
Hex16457A522B034d4451c
Octal261051721225306432410534
Binary10110100010111110101010010101011011010011010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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