Html Css Color HEX #016065 Blue Lagoon

📋 copy color: '#016065'

red 1 ◦ green 96 ◦ blue 101

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

Shades of Blue Lagoon #016065

Tints of Blue Lagoon #016065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

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

R = 0.51%
G = 48.48%
B = 51.01%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#016065 (or 0x016065) is known color: Blue Lagoon. HEX triplet: 01, 60 and 65. RGB value is (1,96,101). Sum of RGB (Red+Green+Blue) = 1+96+101=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #016065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016065 is #FE9F9A. Grayscale: #444444. Windows color (decimal): -16687003 or 6643713. OLE color: 6643713.

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

Color convert

RGB 1 96 101 -
CMYK 0.99 0.05 0 0.60
HSL 183º 0.98% 0.2% -
HSV(B) 183º 0.99% 0.4% -
XYZ 6.54 9.31 13.76 -
YUV 68.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 1 96 101 0.99 0.05 0 0.60 183 0.98 0.2
Hex 1 60 65 63 5 0 3C B7 62 14
Octal 1 140 145 143 5 0 74 267 142 24
Binary 1 1100000 1100101 1100011 101 0 111100 10110111 1100010 10100

Color Harmonies of #016065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016065

Black with #016065

Text Example


Text Example

White with #016065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016065; }

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

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

background-color css

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

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

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

border-color css

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

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

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