#014B7F

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

Shades of Dark Cerulean #014B7F

Tints of Dark Cerulean #014B7F

Color information

#014B7F (or 0x014B7F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4B and 7F. RGB value is (1,75,127). Sum of RGB (Red+Green+Blue) = 1+75+127=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #014B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B7F is #FEB480. Grayscale: #3A3A3A. Windows color (decimal): -16692353 or 8342273. OLE color: 8342273.

HSL color Cylindrical-coordinate representation of color #014B7F: hue angle of 204.76º 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 #014B7F is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB175127-
CMYK0.990.4100.50
HSL204.76º98.44%25.1%-
HSV(B)204.76º99.21%49.8%-
XYZ6.366.5721.01-
YUV58.8166.4886.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 127 (50% from 255) = 62.56%
R=0.49%
G=36.95%
B=62.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1751270.990.4100.50204.7698.4425.1
Hex14B7F6329032cd6219
Octal11131771435106231514231
Binary1100101111111111100011101001011001011001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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