#015276

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

Shades of Dark Cerulean #015276

Tints of Dark Cerulean #015276

Color information

#015276 (or 0x015276) is unknown color: approx Dark Cerulean. HEX triplet: 01, 52 and 76. RGB value is (1,82,118). Sum of RGB (Red+Green+Blue) = 1+82+118=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #015276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015276 is #FEAD89. Grayscale: #3D3D3D. Windows color (decimal): -16690570 or 7754241. OLE color: 7754241.

HSL color Cylindrical-coordinate representation of color #015276: hue angle of 198.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015276 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB182118-
CMYK0.990.3100.54
HSL198.46º98.32%23.33%-
HSV(B)198.46º99.15%46.27%-
XYZ6.37.3518.23-
YUV61.88159.6684.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=0.50%
G=40.80%
B=58.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1821180.990.3100.54198.4698.3223.33
Hex15276631F036c66217
Octal11221661433706630614227
Binary110100101110110110001111111011011011000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015276; }

 p { color: rgb(1,82,118); }

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

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

 a { background-color: rgb(1,82,118); }

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

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

 span { border-color: rgb(1,82,118); }

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