Html Css Color HEX #016485 Blue Lagoon

📋 copy color: '#016485'

red 1 ◦ green 100 ◦ blue 133

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

Shades of Blue Lagoon #016485

Tints of Blue Lagoon #016485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

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

R = 0.43%
G = 42.74%
B = 56.84%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016485 (or 0x016485) is known color: Blue Lagoon. HEX triplet: 01, 64 and 85. RGB value is (1,100,133). Sum of RGB (Red+Green+Blue) = 1+100+133=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #016485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016485 is #FE9B7A. Grayscale: #494949. Windows color (decimal): -16685947 or 8741889. OLE color: 8741889.

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

Color convert

RGB 1 100 133 -
CMYK 0.99 0.25 0 0.48
HSL 195º 0.99% 0.26% -
HSV(B) 195º 0.99% 0.52% -
XYZ 8.8 10.81 23.81 -
YUV 74.16 161.2 75.82 -
System Red Green Blue C M Y K H S L
Decimal 1 100 133 0.99 0.25 0 0.48 195 0.99 0.26
Hex 1 64 85 63 19 0 30 C3 63 1A
Octal 1 144 205 143 31 0 60 303 143 32
Binary 1 1100100 10000101 1100011 11001 0 110000 11000011 1100011 11010

Color Harmonies of #016485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016485

Black with #016485

Text Example


Text Example

White with #016485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016485; }

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

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

background-color css

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

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

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

border-color css

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

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

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