#014C6C

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

Shades of Dark Cerulean #014C6C

Tints of Dark Cerulean #014C6C

Color information

#014C6C (or 0x014C6C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4C and 6C. RGB value is (1,76,108). Sum of RGB (Red+Green+Blue) = 1+76+108=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #014C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C6C is #FEB393. Grayscale: #393939. Windows color (decimal): -16692116 or 7097345. OLE color: 7097345.

HSL color Cylindrical-coordinate representation of color #014C6C: hue angle of 197.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C6C is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB176108-
CMYK0.990.3000.58
HSL197.94º98.17%21.37%-
HSV(B)197.94º99.07%42.35%-
XYZ5.36.2615.12-
YUV57.22156.6587.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=0.54%
G=41.08%
B=58.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1761080.990.3000.58197.9498.1721.37
Hex14C6C631E03Ac66215
Octal11141541433607230614225
Binary110011001101100110001111110011101011000110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014C6C; }

 p { color: rgb(1,76,108); }

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

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

 a { background-color: rgb(1,76,108); }

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

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

 span { border-color: rgb(1,76,108); }

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