Html Css Color HEX #015A6F Blue Lagoon

📋 copy color: '#015A6F'

red 1 ◦ green 90 ◦ blue 111

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

Shades of Blue Lagoon #015A6F

Tints of Blue Lagoon #015A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.95%

R = 0.5%
G = 44.55%
B = 54.95%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015A6F (or 0x015A6F) is known color: Blue Lagoon. HEX triplet: 01, 5A and 6F. RGB value is (1,90,111). Sum of RGB (Red+Green+Blue) = 1+90+111=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #015A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6F is #FEA590. Grayscale: #414141. Windows color (decimal): -16688529 or 7297537. OLE color: 7297537.

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

Color convert

RGB 1 90 111 -
CMYK 0.99 0.19 0 0.56
HSL 191.45º 0.98% 0.22% -
HSV(B) 191.45º 0.99% 0.44% -
XYZ 6.54 8.47 16.33 -
YUV 65.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 1 90 111 0.99 0.19 0 0.56 191.45 0.98 0.22
Hex 1 5A 6F 63 13 0 38 BF 62 16
Octal 1 132 157 143 23 0 70 277 142 26
Binary 1 1011010 1101111 1100011 10011 0 111000 10111111 1100010 10110

Color Harmonies of #015A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A6F

Black with #015A6F

Text Example


Text Example

White with #015A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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