Html Css Color HEX #015A79 Blue Lagoon

📋 copy color: '#015A79'

red 1 ◦ green 90 ◦ blue 121

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

Shades of Blue Lagoon #015A79

Tints of Blue Lagoon #015A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 0.47%
G = 42.45%
B = 57.08%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015A79 (or 0x015A79) is known color: Blue Lagoon. HEX triplet: 01, 5A and 79. RGB value is (1,90,121). Sum of RGB (Red+Green+Blue) = 1+90+121=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #015A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A79 is #FEA586. Grayscale: #424242. Windows color (decimal): -16688519 or 7952897. OLE color: 7952897.

HSL color Cylindrical-coordinate representation of color #015A79: hue angle of 195.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A79 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 90 121 -
CMYK 0.99 0.26 0 0.53
HSL 195.5º 0.98% 0.24% -
HSV(B) 195.5º 0.99% 0.47% -
XYZ 7.12 8.7 19.39 -
YUV 66.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 1 90 121 0.99 0.26 0 0.53 195.5 0.98 0.24
Hex 1 5A 79 63 1A 0 35 C4 62 18
Octal 1 132 171 143 32 0 65 304 142 30
Binary 1 1011010 1111001 1100011 11010 0 110101 11000100 1100010 11000

Color Harmonies of #015A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A79

Black with #015A79

Text Example


Text Example

White with #015A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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