#17467F

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

Shades of Dark Cerulean #17467F

Tints of Dark Cerulean #17467F

Color information

#17467F (or 0x17467F) is unknown color: approx Dark Cerulean. HEX triplet: 17, 46 and 7F. RGB value is (23,70,127). Sum of RGB (Red+Green+Blue) = 23+70+127=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #17467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17467F is #E8B980. Grayscale: #3E3E3E. Windows color (decimal): -15251841 or 8341015. OLE color: 8341015.

HSL color Cylindrical-coordinate representation of color #17467F: hue angle of 212.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17467F is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2370127-
CMYK0.820.4500.50
HSL212.88º69.33%29.41%-
HSV(B)212.88º81.89%49.8%-
XYZ6.376.0920.92-
YUV62.44164.4399.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 127 (50% from 255) = 57.73%
R=10.45%
G=31.82%
B=57.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal23701270.820.4500.50212.8869.3329.41
Hex17467F522D032d5451d
Octal271061771225506232510535
Binary10111100011011111111010010101101011001011010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,70,127); }

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

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

 a { background-color: rgb(23,70,127); }

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

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

 span { border-color: rgb(23,70,127); }

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