Html Css Color HEX #016779 Blue Lagoon

📋 copy color: '#016779'

red 1 ◦ green 103 ◦ blue 121

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

Shades of Blue Lagoon #016779

Tints of Blue Lagoon #016779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 0.44%
G = 45.78%
B = 53.78%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016779 (or 0x016779) is known color: Blue Lagoon. HEX triplet: 01, 67 and 79. RGB value is (1,103,121). Sum of RGB (Red+Green+Blue) = 1+103+121=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #016779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016779 is #FE9886. Grayscale: #4A4A4A. Windows color (decimal): -16685191 or 7956225. OLE color: 7956225.

HSL color Cylindrical-coordinate representation of color #016779: hue angle of 189º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016779 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 103 121 -
CMYK 0.99 0.15 0 0.53
HSL 189º 0.98% 0.24% -
HSV(B) 189º 0.99% 0.47% -
XYZ 8.31 11.09 19.79 -
YUV 74.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 1 103 121 0.99 0.15 0 0.53 189 0.98 0.24
Hex 1 67 79 63 F 0 35 BD 62 18
Octal 1 147 171 143 17 0 65 275 142 30
Binary 1 1100111 1111001 1100011 1111 0 110101 10111101 1100010 11000

Color Harmonies of #016779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016779

Black with #016779

Text Example


Text Example

White with #016779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016779; }

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

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

background-color css

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

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

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

border-color css

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

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

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