Html Css Color HEX #016985 Blue Lagoon

📋 copy color: '#016985'

red 1 ◦ green 105 ◦ blue 133

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

Shades of Blue Lagoon #016985

Tints of Blue Lagoon #016985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 0.42%
G = 43.93%
B = 55.65%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016985 (or 0x016985) is known color: Blue Lagoon. HEX triplet: 01, 69 and 85. RGB value is (1,105,133). Sum of RGB (Red+Green+Blue) = 1+105+133=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #016985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016985 is #FE967A. Grayscale: #4C4C4C. Windows color (decimal): -16684667 or 8743169. OLE color: 8743169.

HSL color Cylindrical-coordinate representation of color #016985: hue angle of 192.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016985 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 105 133 -
CMYK 0.99 0.21 0 0.48
HSL 192.73º 0.99% 0.26% -
HSV(B) 192.73º 0.99% 0.52% -
XYZ 9.3 11.8 23.98 -
YUV 77.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 1 105 133 0.99 0.21 0 0.48 192.73 0.99 0.26
Hex 1 69 85 63 15 0 30 C1 63 1A
Octal 1 151 205 143 25 0 60 301 143 32
Binary 1 1101001 10000101 1100011 10101 0 110000 11000001 1100011 11010

Color Harmonies of #016985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016985

Black with #016985

Text Example


Text Example

White with #016985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016985; }

 p { color: rgb(1,105,133); }

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

background-color css

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

 a { background-color: rgb(1,105,133); }

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

border-color css

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

 span { border-color: rgb(1,105,133); }

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