Html Css Color HEX #015A70 Blue Lagoon

📋 copy color: '#015A70'

red 1 ◦ green 90 ◦ blue 112

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

Shades of Blue Lagoon #015A70

Tints of Blue Lagoon #015A70

RGB

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

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

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

R = 0.49%
G = 44.33%
B = 55.17%

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

#015A70 (or 0x015A70) is known color: Blue Lagoon. HEX triplet: 01, 5A and 70. RGB value is (1,90,112). Sum of RGB (Red+Green+Blue) = 1+90+112=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #015A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A70 is #FEA58F. Grayscale: #414141. Windows color (decimal): -16688528 or 7363073. OLE color: 7363073.

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

Color convert

RGB 1 90 112 -
CMYK 0.99 0.20 0 0.56
HSL 191.89º 0.98% 0.22% -
HSV(B) 191.89º 0.99% 0.44% -
XYZ 6.59 8.49 16.62 -
YUV 65.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 1 90 112 0.99 0.20 0 0.56 191.89 0.98 0.22
Hex 1 5A 70 63 14 0 38 C0 62 16
Octal 1 132 160 143 24 0 70 300 142 26
Binary 1 1011010 1110000 1100011 10100 0 111000 11000000 1100010 10110

Color Harmonies of #015A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A70

Black with #015A70

Text Example


Text Example

White with #015A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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