#015275

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

Shades of Dark Cerulean #015275

Tints of Dark Cerulean #015275

Color information

#015275 (or 0x015275) is unknown color: approx Dark Cerulean. HEX triplet: 01, 52 and 75. RGB value is (1,82,117). Sum of RGB (Red+Green+Blue) = 1+82+117=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #015275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015275 is #FEAD8A. Grayscale: #3D3D3D. Windows color (decimal): -16690571 or 7688705. OLE color: 7688705.

HSL color Cylindrical-coordinate representation of color #015275: hue angle of 198.1º 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 #015275 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB182117-
CMYK0.990.3000.54
HSL198.1º98.31%23.14%-
HSV(B)198.1º99.15%45.88%-
XYZ6.247.3317.91-
YUV61.77159.1684.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=0.5%
G=41%
B=58.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1821170.990.3000.54198.198.3123.14
Hex15275631E036c66217
Octal11221651433606630614227
Binary110100101110101110001111110011011011000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015275; }

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

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

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

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

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

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

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

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