Html Css Color HEX #016975 Blue Lagoon

📋 copy color: '#016975'

red 1 ◦ green 105 ◦ blue 117

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

Shades of Blue Lagoon #016975

Tints of Blue Lagoon #016975

RGB

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

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

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

R = 0.45%
G = 47.09%
B = 52.47%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016975 (or 0x016975) is known color: Blue Lagoon. HEX triplet: 01, 69 and 75. RGB value is (1,105,117). Sum of RGB (Red+Green+Blue) = 1+105+117=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #016975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016975 is #FE968A. Grayscale: #4B4B4B. Windows color (decimal): -16684683 or 7694593. OLE color: 7694593.

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

Color convert

RGB 1 105 117 -
CMYK 0.99 0.10 0 0.54
HSL 186.21º 0.98% 0.23% -
HSV(B) 186.21º 0.99% 0.46% -
XYZ 8.27 11.39 18.59 -
YUV 75.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 1 105 117 0.99 0.10 0 0.54 186.21 0.98 0.23
Hex 1 69 75 63 A 0 36 BA 62 17
Octal 1 151 165 143 12 0 66 272 142 27
Binary 1 1101001 1110101 1100011 1010 0 110110 10111010 1100010 10111

Color Harmonies of #016975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016975

Black with #016975

Text Example


Text Example

White with #016975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016975; }

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

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

background-color css

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

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

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

border-color css

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

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

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