#014D7F

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

Shades of Dark Cerulean #014D7F

Tints of Dark Cerulean #014D7F

Color information

#014D7F (or 0x014D7F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4D and 7F. RGB value is (1,77,127). Sum of RGB (Red+Green+Blue) = 1+77+127=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #014D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D7F is #FEB280. Grayscale: #3B3B3B. Windows color (decimal): -16691841 or 8342785. OLE color: 8342785.

HSL color Cylindrical-coordinate representation of color #014D7F: hue angle of 203.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D7F is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB177127-
CMYK0.990.3900.50
HSL203.81º98.44%25.1%-
HSV(B)203.81º99.21%49.8%-
XYZ6.56.8521.06-
YUV59.98165.8285.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 61.95%
R=0.49%
G=37.56%
B=61.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1771270.990.3900.50203.8198.4425.1
Hex14D7F6327032cc6219
Octal11151771434706231414231
Binary1100110111111111100011100111011001011001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,77,127); }

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

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

 a { background-color: rgb(1,77,127); }

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

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

 span { border-color: rgb(1,77,127); }

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