Html Css Color HEX #016773 Blue Lagoon

📋 copy color: '#016773'

red 1 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #016773

Tints of Blue Lagoon #016773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 0.46%
G = 47.03%
B = 52.51%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016773 (or 0x016773) is known color: Blue Lagoon. HEX triplet: 01, 67 and 73. RGB value is (1,103,115). Sum of RGB (Red+Green+Blue) = 1+103+115=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #016773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016773 is #FE988C. Grayscale: #494949. Windows color (decimal): -16685197 or 7563009. OLE color: 7563009.

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

Color convert

RGB 1 103 115 -
CMYK 0.99 0.10 0 0.55
HSL 186.32º 0.98% 0.23% -
HSV(B) 186.32º 0.99% 0.45% -
XYZ 7.96 10.94 17.91 -
YUV 73.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 1 103 115 0.99 0.10 0 0.55 186.32 0.98 0.23
Hex 1 67 73 63 A 0 37 BA 62 17
Octal 1 147 163 143 12 0 67 272 142 27
Binary 1 1100111 1110011 1100011 1010 0 110111 10111010 1100010 10111

Color Harmonies of #016773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016773

Black with #016773

Text Example


Text Example

White with #016773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016773; }

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

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

background-color css

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

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

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

border-color css

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

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

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