#17417D

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

Shades of Dark Cerulean #17417D

Tints of Dark Cerulean #17417D

Color information

#17417D (or 0x17417D) is unknown color: approx Dark Cerulean. HEX triplet: 17, 41 and 7D. RGB value is (23,65,125). Sum of RGB (Red+Green+Blue) = 23+65+125=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #17417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17417D is #E8BE82. Grayscale: #3B3B3B. Windows color (decimal): -15253123 or 8208663. OLE color: 8208663.

HSL color Cylindrical-coordinate representation of color #17417D: hue angle of 215.29º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17417D is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2365125-
CMYK0.820.4800.51
HSL215.29º68.92%29.02%-
HSV(B)215.29º81.6%49.02%-
XYZ5.955.4420.14-
YUV59.28165.09102.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=10.80%
G=30.52%
B=58.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal23651250.820.4800.51215.2968.9229.02
Hex17417D5230033d7451d
Octal271011751226006332710535
Binary10111100000111111011010010110000011001111010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17417D; }

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

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

<style>
 a { background-color: #17417D; }

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

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

<style>
 span { border-color: #17417D; }

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

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