Html Css Color HEX #015B85 Dark Cerulean

📋 copy color: '#015B85'

red 1 ◦ green 91 ◦ blue 133

#015B85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #015B85

Tints of Dark Cerulean #015B85

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 91 (35.94% from 255) = 40.44%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 0.44%
G = 40.44%
B = 59.11%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#015B85 (or 0x015B85) is known color: Dark Cerulean. HEX triplet: 01, 5B and 85. RGB value is (1,91,133). Sum of RGB (Red+Green+Blue) = 1+91+133=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #015B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B85 is #FEA47A. Grayscale: #444444. Windows color (decimal): -16688251 or 8739585. OLE color: 8739585.

HSL color Cylindrical-coordinate representation of color #015B85: hue angle of 199.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B85 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 91 133 -
CMYK 0.99 0.32 0 0.48
HSL 199.09º 0.99% 0.26% -
HSV(B) 199.09º 0.99% 0.52% -
XYZ 7.99 9.18 23.54 -
YUV 68.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 1 91 133 0.99 0.32 0 0.48 199.09 0.99 0.26
Hex 1 5B 85 63 20 0 30 C7 63 1A
Octal 1 133 205 143 40 0 60 307 143 32
Binary 1 1011011 10000101 1100011 100000 0 110000 11000111 1100011 11010

Color Harmonies of #015B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B85

Black with #015B85

Text Example


Text Example

White with #015B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #015B85;
 }
 .AnyTagClassName
 {
   color: #015B85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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