Html Css Color HEX #015A72 Blue Lagoon

📋 copy color: '#015A72'

red 1 ◦ green 90 ◦ blue 114

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

Shades of Blue Lagoon #015A72

Tints of Blue Lagoon #015A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 0.49%
G = 43.9%
B = 55.61%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015A72 (or 0x015A72) is known color: Blue Lagoon. HEX triplet: 01, 5A and 72. RGB value is (1,90,114). Sum of RGB (Red+Green+Blue) = 1+90+114=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #015A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A72 is #FEA58D. Grayscale: #414141. Windows color (decimal): -16688526 or 7494145. OLE color: 7494145.

HSL color Cylindrical-coordinate representation of color #015A72: hue angle of 192.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A72 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 90 114 -
CMYK 0.99 0.21 0 0.55
HSL 192.74º 0.98% 0.23% -
HSV(B) 192.74º 0.99% 0.45% -
XYZ 6.71 8.53 17.21 -
YUV 66.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 1 90 114 0.99 0.21 0 0.55 192.74 0.98 0.23
Hex 1 5A 72 63 15 0 37 C1 62 17
Octal 1 132 162 143 25 0 67 301 142 27
Binary 1 1011010 1110010 1100011 10101 0 110111 11000001 1100010 10111

Color Harmonies of #015A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A72

Black with #015A72

Text Example


Text Example

White with #015A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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