Html Css Color HEX #016075 Blue Lagoon

📋 copy color: '#016075'

red 1 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #016075

Tints of Blue Lagoon #016075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 0.47%
G = 44.86%
B = 54.67%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016075 (or 0x016075) is known color: Blue Lagoon. HEX triplet: 01, 60 and 75. RGB value is (1,96,117). Sum of RGB (Red+Green+Blue) = 1+96+117=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #016075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016075 is #FE9F8A. Grayscale: #454545. Windows color (decimal): -16686987 or 7692289. OLE color: 7692289.

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

Color convert

RGB 1 96 117 -
CMYK 0.99 0.18 0 0.54
HSL 190.86º 0.98% 0.23% -
HSV(B) 190.86º 0.99% 0.46% -
XYZ 7.41 9.66 18.3 -
YUV 69.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 1 96 117 0.99 0.18 0 0.54 190.86 0.98 0.23
Hex 1 60 75 63 12 0 36 BF 62 17
Octal 1 140 165 143 22 0 66 277 142 27
Binary 1 1100000 1110101 1100011 10010 0 110110 10111111 1100010 10111

Color Harmonies of #016075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016075

Black with #016075

Text Example


Text Example

White with #016075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016075; }

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

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

background-color css

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

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

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

border-color css

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

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

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