Html Css Color HEX #016475 Blue Lagoon

📋 copy color: '#016475'

red 1 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #016475

Tints of Blue Lagoon #016475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 0.46%
G = 45.87%
B = 53.67%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016475 (or 0x016475) is known color: Blue Lagoon. HEX triplet: 01, 64 and 75. RGB value is (1,100,117). Sum of RGB (Red+Green+Blue) = 1+100+117=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #016475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016475 is #FE9B8A. Grayscale: #484848. Windows color (decimal): -16685963 or 7693313. OLE color: 7693313.

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

Color convert

RGB 1 100 117 -
CMYK 0.99 0.15 0 0.54
HSL 188.79º 0.98% 0.23% -
HSV(B) 188.79º 0.99% 0.46% -
XYZ 7.78 10.41 18.43 -
YUV 72.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 1 100 117 0.99 0.15 0 0.54 188.79 0.98 0.23
Hex 1 64 75 63 F 0 36 BD 62 17
Octal 1 144 165 143 17 0 66 275 142 27
Binary 1 1100100 1110101 1100011 1111 0 110110 10111101 1100010 10111

Color Harmonies of #016475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016475

Black with #016475

Text Example


Text Example

White with #016475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016475; }

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

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

background-color css

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

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

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

border-color css

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

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

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