Html Css Color HEX #015965 Blue Lagoon

📋 copy color: '#015965'

red 1 ◦ green 89 ◦ blue 101

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

Shades of Blue Lagoon #015965

Tints of Blue Lagoon #015965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.88%

R = 0.52%
G = 46.6%
B = 52.88%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015965 (or 0x015965) is known color: Blue Lagoon. HEX triplet: 01, 59 and 65. RGB value is (1,89,101). Sum of RGB (Red+Green+Blue) = 1+89+101=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #015965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015965 is #FEA69A. Grayscale: #3F3F3F. Windows color (decimal): -16688795 or 6641921. OLE color: 6641921.

HSL color Cylindrical-coordinate representation of color #015965: hue angle of 187.2º 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 #015965 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 89 101 -
CMYK 0.99 0.12 0 0.60
HSL 187.2º 0.98% 0.2% -
HSV(B) 187.2º 0.99% 0.4% -
XYZ 5.93 8.09 13.56 -
YUV 64.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 1 89 101 0.99 0.12 0 0.60 187.2 0.98 0.2
Hex 1 59 65 63 C 0 3C BB 62 14
Octal 1 131 145 143 14 0 74 273 142 24
Binary 1 1011001 1100101 1100011 1100 0 111100 10111011 1100010 10100

Color Harmonies of #015965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015965

Black with #015965

Text Example


Text Example

White with #015965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015965; }

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

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

background-color css

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

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

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

border-color css

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

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

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