Html Css Color HEX #015A82 Blue Lagoon

📋 copy color: '#015A82'

red 1 ◦ green 90 ◦ blue 130

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

Shades of Blue Lagoon #015A82

Tints of Blue Lagoon #015A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 0.45%
G = 40.72%
B = 58.82%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015A82 (or 0x015A82) is known color: Blue Lagoon. HEX triplet: 01, 5A and 82. RGB value is (1,90,130). Sum of RGB (Red+Green+Blue) = 1+90+130=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #015A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A82 is #FEA57D. Grayscale: #434343. Windows color (decimal): -16688510 or 8542721. OLE color: 8542721.

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

Color convert

RGB 1 90 130 -
CMYK 0.99 0.31 0 0.49
HSL 198.6º 0.98% 0.26% -
HSV(B) 198.6º 0.99% 0.51% -
XYZ 7.7 8.93 22.44 -
YUV 67.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 1 90 130 0.99 0.31 0 0.49 198.6 0.98 0.26
Hex 1 5A 82 63 1F 0 31 C7 62 1A
Octal 1 132 202 143 37 0 61 307 142 32
Binary 1 1011010 10000010 1100011 11111 0 110001 11000111 1100010 11010

Color Harmonies of #015A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A82

Black with #015A82

Text Example


Text Example

White with #015A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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