#015B8D

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

Shades of Dark Cerulean #015B8D

Tints of Dark Cerulean #015B8D

Color information

#015B8D (or 0x015B8D) is unknown color: approx Dark Cerulean. HEX triplet: 01, 5B and 8D. RGB value is (1,91,141). Sum of RGB (Red+Green+Blue) = 1+91+141=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #015B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B8D is #FEA472. Grayscale: #454545. Windows color (decimal): -16688243 or 9263873. OLE color: 9263873.

HSL color Cylindrical-coordinate representation of color #015B8D: hue angle of 201.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B8D is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB191141-
CMYK0.990.3500.45
HSL201.43º98.59%27.84%-
HSV(B)201.43º99.29%55.29%-
XYZ8.569.4126.56-
YUV69.79168.1878.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=0.43%
G=39.06%
B=60.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1911410.990.3500.45201.4398.5927.84
Hex15B8D632302Dc9631c
Octal11332151434305531114334
Binary11011011100011011100011100011010110111001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,91,141); }

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

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

 a { background-color: rgb(1,91,141); }

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

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

 span { border-color: rgb(1,91,141); }

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