#16417A

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

Shades of Dark Cerulean #16417A

Tints of Dark Cerulean #16417A

Color information

#16417A (or 0x16417A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 41 and 7A. RGB value is (22,65,122). Sum of RGB (Red+Green+Blue) = 22+65+122=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #16417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16417A is #E9BE85. Grayscale: #3A3A3A. Windows color (decimal): -15318662 or 8012054. OLE color: 8012054.

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

Color convert

RGB2265122-
CMYK0.820.4700.52
HSL214.2º69.44%28.24%-
HSV(B)214.2º81.97%47.84%-
XYZ5.735.3619.14-
YUV58.64163.75101.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=10.53%
G=31.10%
B=58.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22651220.820.4700.52214.269.4428.24
Hex16417A522F034d6451c
Octal261011721225706432610534
Binary10110100000111110101010010101111011010011010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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