#014B6E

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

Shades of Dark Cerulean #014B6E

Tints of Dark Cerulean #014B6E

Color information

#014B6E (or 0x014B6E) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4B and 6E. RGB value is (1,75,110). Sum of RGB (Red+Green+Blue) = 1+75+110=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #014B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B6E is #FEB491. Grayscale: #383838. Windows color (decimal): -16692370 or 7228161. OLE color: 7228161.

HSL color Cylindrical-coordinate representation of color #014B6E: hue angle of 199.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B6E is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB175110-
CMYK0.990.3200.57
HSL199.27º98.2%21.76%-
HSV(B)199.27º99.09%43.14%-
XYZ5.346.1615.66-
YUV56.86157.9888.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=0.54%
G=40.32%
B=59.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1751100.990.3200.57199.2798.221.76
Hex14B6E6320039c76216
Octal11131561434007130714226
Binary1100101111011101100011100000011100111000111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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