Html Css Color HEX #015A71 Blue Lagoon

📋 copy color: '#015A71'

red 1 ◦ green 90 ◦ blue 113

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

Shades of Blue Lagoon #015A71

Tints of Blue Lagoon #015A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.12%

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

R = 0.49%
G = 44.12%
B = 55.39%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015A71 (or 0x015A71) is known color: Blue Lagoon. HEX triplet: 01, 5A and 71. RGB value is (1,90,113). Sum of RGB (Red+Green+Blue) = 1+90+113=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #015A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A71 is #FEA58E. Grayscale: #414141. Windows color (decimal): -16688527 or 7428609. OLE color: 7428609.

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

Color convert

RGB 1 90 113 -
CMYK 0.99 0.20 0 0.56
HSL 192.32º 0.98% 0.22% -
HSV(B) 192.32º 0.99% 0.44% -
XYZ 6.65 8.51 16.92 -
YUV 66.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 1 90 113 0.99 0.20 0 0.56 192.32 0.98 0.22
Hex 1 5A 71 63 14 0 38 C0 62 16
Octal 1 132 161 143 24 0 70 300 142 26
Binary 1 1011010 1110001 1100011 10100 0 111000 11000000 1100010 10110

Color Harmonies of #015A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A71

Black with #015A71

Text Example


Text Example

White with #015A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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