Html Css Color HEX #015966 Blue Lagoon

📋 copy color: '#015966'

red 1 ◦ green 89 ◦ blue 102

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

Shades of Blue Lagoon #015966

Tints of Blue Lagoon #015966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 0.52%
G = 46.35%
B = 53.13%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015966 (or 0x015966) is known color: Blue Lagoon. HEX triplet: 01, 59 and 66. RGB value is (1,89,102). Sum of RGB (Red+Green+Blue) = 1+89+102=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #015966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015966 is #FEA699. Grayscale: #404040. Windows color (decimal): -16688794 or 6707457. OLE color: 6707457.

HSL color Cylindrical-coordinate representation of color #015966: hue angle of 187.72º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015966 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 89 102 -
CMYK 0.99 0.13 0 0.6
HSL 187.72º 0.98% 0.2% -
HSV(B) 187.72º 0.99% 0.4% -
XYZ 5.98 8.11 13.82 -
YUV 64.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 1 89 102 0.99 0.13 0 0.6 187.72 0.98 0.2
Hex 1 59 66 63 D 0 3C BC 62 14
Octal 1 131 146 143 15 0 74 274 142 24
Binary 1 1011001 1100110 1100011 1101 0 111100 10111100 1100010 10100

Color Harmonies of #015966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015966

Black with #015966

Text Example


Text Example

White with #015966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015966; }

 p { color: rgb(1,89,102); }

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

background-color css

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

 a { background-color: rgb(1,89,102); }

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

border-color css

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

 span { border-color: rgb(1,89,102); }

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