#014B73

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

Shades of Dark Cerulean #014B73

Tints of Dark Cerulean #014B73

Color information

#014B73 (or 0x014B73) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4B and 73. RGB value is (1,75,115). Sum of RGB (Red+Green+Blue) = 1+75+115=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #014B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B73 is #FEB48C. Grayscale: #393939. Windows color (decimal): -16692365 or 7555841. OLE color: 7555841.

HSL color Cylindrical-coordinate representation of color #014B73: hue angle of 201.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B73 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB175115-
CMYK0.990.3500.55
HSL201.05º98.28%22.75%-
HSV(B)201.05º99.13%45.1%-
XYZ5.626.2817.13-
YUV57.43160.4887.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=0.52%
G=39.27%
B=60.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1751150.990.3500.55201.0598.2822.75
Hex14B736323037c96217
Octal11131631434306731114227
Binary1100101111100111100011100011011011111001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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