Html Css Color HEX #015B91 Dark Cerulean

📋 copy color: '#015B91'

red 1 ◦ green 91 ◦ blue 145

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

Shades of Dark Cerulean #015B91

Tints of Dark Cerulean #015B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.18%

R = 0.42%
G = 38.4%
B = 61.18%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015B91 (or 0x015B91) is known color: Dark Cerulean. HEX triplet: 01, 5B and 91. RGB value is (1,91,145). Sum of RGB (Red+Green+Blue) = 1+91+145=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #015B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B91 is #FEA46E. Grayscale: #454545. Windows color (decimal): -16688239 or 9526017. OLE color: 9526017.

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

Color convert

RGB 1 91 145 -
CMYK 0.99 0.37 0 0.43
HSL 202.5º 0.99% 0.29% -
HSV(B) 202.5º 0.99% 0.57% -
XYZ 8.86 9.53 28.16 -
YUV 70.25 170.18 78.61 -
System Red Green Blue C M Y K H S L
Decimal 1 91 145 0.99 0.37 0 0.43 202.5 0.99 0.29
Hex 1 5B 91 63 25 0 2B CA 63 1D
Octal 1 133 221 143 45 0 53 312 143 35
Binary 1 1011011 10010001 1100011 100101 0 101011 11001010 1100011 11101

Color Harmonies of #015B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B91

Black with #015B91

Text Example


Text Example

White with #015B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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