Html Css Color HEX #015B70 Blue Lagoon

📋 copy color: '#015B70'

red 1 ◦ green 91 ◦ blue 112

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

Shades of Blue Lagoon #015B70

Tints of Blue Lagoon #015B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 0.49%
G = 44.61%
B = 54.9%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015B70 (or 0x015B70) is known color: Blue Lagoon. HEX triplet: 01, 5B and 70. RGB value is (1,91,112). Sum of RGB (Red+Green+Blue) = 1+91+112=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #015B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B70 is #FEA48F. Grayscale: #424242. Windows color (decimal): -16688272 or 7363329. OLE color: 7363329.

HSL color Cylindrical-coordinate representation of color #015B70: hue angle of 191.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B70 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 91 112 -
CMYK 0.99 0.19 0 0.56
HSL 191.35º 0.98% 0.22% -
HSV(B) 191.35º 0.99% 0.44% -
XYZ 6.68 8.66 16.65 -
YUV 66.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 1 91 112 0.99 0.19 0 0.56 191.35 0.98 0.22
Hex 1 5B 70 63 13 0 38 BF 62 16
Octal 1 133 160 143 23 0 70 277 142 26
Binary 1 1011011 1110000 1100011 10011 0 111000 10111111 1100010 10110

Color Harmonies of #015B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B70

Black with #015B70

Text Example


Text Example

White with #015B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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