Html Css Color HEX #015963 Blue Lagoon

📋 copy color: '#015963'

red 1 ◦ green 89 ◦ blue 99

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

Shades of Blue Lagoon #015963

Tints of Blue Lagoon #015963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 0.53%
G = 47.09%
B = 52.38%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015963 (or 0x015963) is known color: Blue Lagoon. HEX triplet: 01, 59 and 63. RGB value is (1,89,99). Sum of RGB (Red+Green+Blue) = 1+89+99=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #015963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015963 is #FEA69C. Grayscale: #3F3F3F. Windows color (decimal): -16688797 or 6510849. OLE color: 6510849.

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

Color convert

RGB 1 89 99 -
CMYK 0.99 0.10 0 0.61
HSL 186.12º 0.98% 0.2% -
HSV(B) 186.12º 0.99% 0.39% -
XYZ 5.84 8.05 13.05 -
YUV 63.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 1 89 99 0.99 0.10 0 0.61 186.12 0.98 0.2
Hex 1 59 63 63 A 0 3D BA 62 14
Octal 1 131 143 143 12 0 75 272 142 24
Binary 1 1011001 1100011 1100011 1010 0 111101 10111010 1100010 10100

Color Harmonies of #015963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015963

Black with #015963

Text Example


Text Example

White with #015963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015963; }

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

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

background-color css

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

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

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

border-color css

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

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

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