Html Css Color HEX #015A6B Blue Lagoon

📋 copy color: '#015A6B'

red 1 ◦ green 90 ◦ blue 107

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

Shades of Blue Lagoon #015A6B

Tints of Blue Lagoon #015A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 0.51%
G = 45.45%
B = 54.04%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#015A6B (or 0x015A6B) is known color: Blue Lagoon. HEX triplet: 01, 5A and 6B. RGB value is (1,90,107). Sum of RGB (Red+Green+Blue) = 1+90+107=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #015A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6B is #FEA594. Grayscale: #414141. Windows color (decimal): -16688533 or 7035393. OLE color: 7035393.

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

Color convert

RGB 1 90 107 -
CMYK 0.99 0.16 0 0.58
HSL 189.62º 0.98% 0.21% -
HSV(B) 189.62º 0.99% 0.42% -
XYZ 6.32 8.38 15.19 -
YUV 65.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 1 90 107 0.99 0.16 0 0.58 189.62 0.98 0.21
Hex 1 5A 6B 63 10 0 3A BE 62 15
Octal 1 132 153 143 20 0 72 276 142 25
Binary 1 1011010 1101011 1100011 10000 0 111010 10111110 1100010 10101

Color Harmonies of #015A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A6B

Black with #015A6B

Text Example


Text Example

White with #015A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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