Html Css Color HEX #015D70 Blue Lagoon

📋 copy color: '#015D70'

red 1 ◦ green 93 ◦ blue 112

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

Shades of Blue Lagoon #015D70

Tints of Blue Lagoon #015D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

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

R = 0.49%
G = 45.15%
B = 54.37%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015D70 (or 0x015D70) is known color: Blue Lagoon. HEX triplet: 01, 5D and 70. RGB value is (1,93,112). Sum of RGB (Red+Green+Blue) = 1+93+112=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #015D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D70 is #FEA28F. Grayscale: #434343. Windows color (decimal): -16687760 or 7363841. OLE color: 7363841.

HSL color Cylindrical-coordinate representation of color #015D70: hue angle of 190.27º 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 #015D70 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 93 112 -
CMYK 0.99 0.17 0 0.56
HSL 190.27º 0.98% 0.22% -
HSV(B) 190.27º 0.99% 0.44% -
XYZ 6.85 9.01 16.71 -
YUV 67.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 1 93 112 0.99 0.17 0 0.56 190.27 0.98 0.22
Hex 1 5D 70 63 11 0 38 BE 62 16
Octal 1 135 160 143 21 0 70 276 142 26
Binary 1 1011101 1110000 1100011 10001 0 111000 10111110 1100010 10110

Color Harmonies of #015D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D70

Black with #015D70

Text Example


Text Example

White with #015D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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