#014175

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

Shades of Dark Cerulean #014175

Tints of Dark Cerulean #014175

Color information

#014175 (or 0x014175) is unknown color: approx Dark Cerulean. HEX triplet: 01, 41 and 75. RGB value is (1,65,117). Sum of RGB (Red+Green+Blue) = 1+65+117=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #014175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014175 is #FEBE8A. Grayscale: #333333. Windows color (decimal): -16694923 or 7684353. OLE color: 7684353.

HSL color Cylindrical-coordinate representation of color #014175: hue angle of 206.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014175 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB165117-
CMYK0.990.4400.54
HSL206.9º98.31%23.14%-
HSV(B)206.9º99.15%45.88%-
XYZ5.115.0717.54-
YUV51.79164.891.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=0.55%
G=35.52%
B=63.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1651170.990.4400.54206.998.3123.14
Hex14175632C036cf6217
Octal11011651435406631714227
Binary1100000111101011100011101100011011011001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014175; }

 p { color: rgb(1,65,117); }

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

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

 a { background-color: rgb(1,65,117); }

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

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

 span { border-color: rgb(1,65,117); }

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