#01486C

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

Shades of Dark Cerulean #01486C

Tints of Dark Cerulean #01486C

Color information

#01486C (or 0x01486C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 48 and 6C. RGB value is (1,72,108). Sum of RGB (Red+Green+Blue) = 1+72+108=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #01486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01486C is #FEB793. Grayscale: #363636. Windows color (decimal): -16693140 or 7096321. OLE color: 7096321.

HSL color Cylindrical-coordinate representation of color #01486C: hue angle of 200.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01486C is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB172108-
CMYK0.990.3300.58
HSL200.19º98.17%21.37%-
HSV(B)200.19º99.07%42.35%-
XYZ5.045.7215.03-
YUV54.88157.9889.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=0.55%
G=39.78%
B=59.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1721080.990.3300.58200.1998.1721.37
Hex1486C632103Ac86215
Octal11101541434107231014225
Binary1100100011011001100011100001011101011001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01486C; }

 p { color: rgb(1,72,108); }

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

<style>
 a { background-color: #01486C; }

 a { background-color: rgb(1,72,108); }

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

<style>
 span { border-color: #01486C; }

 span { border-color: rgb(1,72,108); }

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