#014177

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

Shades of Dark Cerulean #014177

Tints of Dark Cerulean #014177

Color information

#014177 (or 0x014177) is unknown color: approx Dark Cerulean. HEX triplet: 01, 41 and 77. RGB value is (1,65,119). Sum of RGB (Red+Green+Blue) = 1+65+119=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #014177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014177 is #FEBE88. Grayscale: #333333. Windows color (decimal): -16694921 or 7815425. OLE color: 7815425.

HSL color Cylindrical-coordinate representation of color #014177: hue angle of 207.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014177 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB165119-
CMYK0.990.4500.53
HSL207.46º98.33%23.53%-
HSV(B)207.46º99.16%46.67%-
XYZ5.235.1218.17-
YUV52.02165.891.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=0.54%
G=35.14%
B=64.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1651190.990.4500.53207.4698.3323.53
Hex14177632D035cf6218
Octal11011671435506531714230
Binary1100000111101111100011101101011010111001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014177; }

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

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

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

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

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

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

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

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