#014771

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

Shades of Dark Cerulean #014771

Tints of Dark Cerulean #014771

Color information

#014771 (or 0x014771) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 71. RGB value is (1,71,113). Sum of RGB (Red+Green+Blue) = 1+71+113=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #014771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014771 is #FEB88E. Grayscale: #363636. Windows color (decimal): -16693391 or 7423745. OLE color: 7423745.

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

Color convert

RGB171113-
CMYK0.990.3700.56
HSL202.5º98.25%22.35%-
HSV(B)202.5º99.12%44.31%-
XYZ5.255.7116.45-
YUV54.86160.8189.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=0.54%
G=38.38%
B=61.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1711130.990.3700.56202.598.2522.35
Hex147716325038ca6216
Octal11071611434507031214226
Binary1100011111100011100011100101011100011001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014771; }

 p { color: rgb(1,71,113); }

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

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

 a { background-color: rgb(1,71,113); }

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

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

 span { border-color: rgb(1,71,113); }

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