Html Css Color HEX #015A81 Blue Lagoon

📋 copy color: '#015A81'

red 1 ◦ green 90 ◦ blue 129

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

Shades of Blue Lagoon #015A81

Tints of Blue Lagoon #015A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 0.45%
G = 40.91%
B = 58.64%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015A81 (or 0x015A81) is known color: Blue Lagoon. HEX triplet: 01, 5A and 81. RGB value is (1,90,129). Sum of RGB (Red+Green+Blue) = 1+90+129=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #015A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A81 is #FEA57E. Grayscale: #434343. Windows color (decimal): -16688511 or 8477185. OLE color: 8477185.

HSL color Cylindrical-coordinate representation of color #015A81: hue angle of 198.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A81 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 90 129 -
CMYK 0.99 0.30 0 0.49
HSL 198.28º 0.98% 0.25% -
HSV(B) 198.28º 0.99% 0.51% -
XYZ 7.63 8.9 22.09 -
YUV 67.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 1 90 129 0.99 0.30 0 0.49 198.28 0.98 0.25
Hex 1 5A 81 63 1E 0 31 C6 62 19
Octal 1 132 201 143 36 0 61 306 142 31
Binary 1 1011010 10000001 1100011 11110 0 110001 11000110 1100010 11001

Color Harmonies of #015A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A81

Black with #015A81

Text Example


Text Example

White with #015A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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