Html Css Color HEX #015E71 Blue Lagoon

📋 copy color: '#015E71'

red 1 ◦ green 94 ◦ blue 113

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

Shades of Blue Lagoon #015E71

Tints of Blue Lagoon #015E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.19%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 0.48%
G = 45.19%
B = 54.33%

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

#015E71 (or 0x015E71) is known color: Blue Lagoon. HEX triplet: 01, 5E and 71. RGB value is (1,94,113). Sum of RGB (Red+Green+Blue) = 1+94+113=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #015E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E71 is #FEA18E. Grayscale: #444444. Windows color (decimal): -16687503 or 7429633. OLE color: 7429633.

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

Color convert

RGB 1 94 113 -
CMYK 0.99 0.17 0 0.56
HSL 190.18º 0.98% 0.22% -
HSV(B) 190.18º 0.99% 0.44% -
XYZ 7 9.2 17.03 -
YUV 68.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 1 94 113 0.99 0.17 0 0.56 190.18 0.98 0.22
Hex 1 5E 71 63 11 0 38 BE 62 16
Octal 1 136 161 143 21 0 70 276 142 26
Binary 1 1011110 1110001 1100011 10001 0 111000 10111110 1100010 10110

Color Harmonies of #015E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E71

Black with #015E71

Text Example


Text Example

White with #015E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,113); }

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

background-color css

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

 a { background-color: rgb(1,94,113); }

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

border-color css

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

 span { border-color: rgb(1,94,113); }

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