#16407A

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

Shades of Dark Cerulean #16407A

Tints of Dark Cerulean #16407A

Color information

#16407A (or 0x16407A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 40 and 7A. RGB value is (22,64,122). Sum of RGB (Red+Green+Blue) = 22+64+122=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #16407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16407A is #E9BF85. Grayscale: #393939. Windows color (decimal): -15318918 or 8011798. OLE color: 8011798.

HSL color Cylindrical-coordinate representation of color #16407A: hue angle of 214.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 #16407A is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2264122-
CMYK0.820.4800.52
HSL214.8º69.44%28.24%-
HSV(B)214.8º81.97%47.84%-
XYZ5.685.2419.13-
YUV58.05164.09102.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=10.58%
G=30.77%
B=58.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22641220.820.4800.52214.869.4428.24
Hex16407A5230034d7451c
Octal261001721226006432710534
Binary10110100000011110101010010110000011010011010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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