#013F73

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

Shades of Dark Cerulean #013F73

Tints of Dark Cerulean #013F73

Color information

#013F73 (or 0x013F73) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3F and 73. RGB value is (1,63,115). Sum of RGB (Red+Green+Blue) = 1+63+115=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #013F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F73 is #FEC08C. Grayscale: #323232. Windows color (decimal): -16695437 or 7552769. OLE color: 7552769.

HSL color Cylindrical-coordinate representation of color #013F73: hue angle of 207.37º 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 #013F73 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB163115-
CMYK0.990.4500.55
HSL207.37º98.28%22.75%-
HSV(B)207.37º99.13%45.1%-
XYZ4.884.816.89-
YUV50.39164.4692.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 115 (45.31% from 255) = 64.25%
R=0.56%
G=35.20%
B=64.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1631150.990.4500.55207.3798.2822.75
Hex13F73632D037cf6217
Octal1771631435506731714227
Binary111111111100111100011101101011011111001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013F73; }

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

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

<style>
 a { background-color: #013F73; }

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

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

<style>
 span { border-color: #013F73; }

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

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