#014071

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

Shades of Dark Cerulean #014071

Tints of Dark Cerulean #014071

Color information

#014071 (or 0x014071) is unknown color: approx Dark Cerulean. HEX triplet: 01, 40 and 71. RGB value is (1,64,113). Sum of RGB (Red+Green+Blue) = 1+64+113=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #014071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014071 is #FEBF8E. Grayscale: #323232. Windows color (decimal): -16695183 or 7421953. OLE color: 7421953.

HSL color Cylindrical-coordinate representation of color #014071: hue angle of 206.25º 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 #014071 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB164113-
CMYK0.990.4300.56
HSL206.25º98.25%22.35%-
HSV(B)206.25º99.12%44.31%-
XYZ4.834.8716.31-
YUV50.75163.1392.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=0.56%
G=35.96%
B=63.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1641130.990.4300.56206.2598.2522.35
Hex14071632B038ce6216
Octal11001611435307031614226
Binary1100000011100011100011101011011100011001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014071; }

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

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

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

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

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

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

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

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