Html Css Color HEX #016067 Blue Lagoon

📋 copy color: '#016067'

red 1 ◦ green 96 ◦ blue 103

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

Shades of Blue Lagoon #016067

Tints of Blue Lagoon #016067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 51.5%

R = 0.5%
G = 48%
B = 51.5%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#016067 (or 0x016067) is known color: Blue Lagoon. HEX triplet: 01, 60 and 67. RGB value is (1,96,103). Sum of RGB (Red+Green+Blue) = 1+96+103=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #016067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016067 is #FE9F98. Grayscale: #444444. Windows color (decimal): -16687001 or 6774785. OLE color: 6774785.

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

Color convert

RGB 1 96 103 -
CMYK 0.99 0.07 0 0.60
HSL 184.12º 0.98% 0.2% -
HSV(B) 184.12º 0.99% 0.4% -
XYZ 6.64 9.35 14.29 -
YUV 68.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 1 96 103 0.99 0.07 0 0.60 184.12 0.98 0.2
Hex 1 60 67 63 7 0 3C B8 62 14
Octal 1 140 147 143 7 0 74 270 142 24
Binary 1 1100000 1100111 1100011 111 0 111100 10111000 1100010 10100

Color Harmonies of #016067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016067

Black with #016067

Text Example


Text Example

White with #016067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016067; }

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

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

background-color css

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

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

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

border-color css

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

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

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