#17416F

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

Shades of Dark Cerulean #17416F

Tints of Dark Cerulean #17416F

Color information

#17416F (or 0x17416F) is unknown color: approx Dark Cerulean. HEX triplet: 17, 41 and 6F. RGB value is (23,65,111). Sum of RGB (Red+Green+Blue) = 23+65+111=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #17416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17416F is #E8BE90. Grayscale: #393939. Windows color (decimal): -15253137 or 7291159. OLE color: 7291159.

HSL color Cylindrical-coordinate representation of color #17416F: hue angle of 211.36º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17416F is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2365111-
CMYK0.790.4100.56
HSL211.36º65.67%26.27%-
HSV(B)211.36º79.28%43.53%-
XYZ5.115.1115.76-
YUV57.69158.09103.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.56%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=11.56%
G=32.66%
B=55.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23651110.790.4100.56211.3665.6726.27
Hex17416F4F29038d3421a
Octal271011571175107032310232
Binary10111100000111011111001111101001011100011010011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17416F; }

 p { color: rgb(23,65,111); }

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

<style>
 a { background-color: #17416F; }

 a { background-color: rgb(23,65,111); }

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

<style>
 span { border-color: #17416F; }

 span { border-color: rgb(23,65,111); }

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