#015F96

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

Shades of Cerulean #015F96

Tints of Cerulean #015F96

Color information

#015F96 (or 0x015F96) is unknown color: approx Cerulean. HEX triplet: 01, 5F and 96. RGB value is (1,95,150). Sum of RGB (Red+Green+Blue) = 1+95+150=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #015F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F96 is #FEA069. Grayscale: #484848. Windows color (decimal): -16687210 or 9854721. OLE color: 9854721.

HSL color Cylindrical-coordinate representation of color #015F96: hue angle of 202.15º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F96 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB195150-
CMYK0.990.3700.41
HSL202.15º98.68%29.61%-
HSV(B)202.15º99.33%58.82%-
XYZ9.6110.3930.35-
YUV73.16171.3676.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=0.41%
G=38.62%
B=60.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1951500.990.3700.41202.1598.6829.61
Hex15F966325029ca631e
Octal11372261434505131214336
Binary11011111100101101100011100101010100111001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015F96; }

 p { color: rgb(1,95,150); }

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

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

 a { background-color: rgb(1,95,150); }

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

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

 span { border-color: rgb(1,95,150); }

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