Html Css Color HEX #016073 Blue Lagoon

📋 copy color: '#016073'

red 1 ◦ green 96 ◦ blue 115

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

Shades of Blue Lagoon #016073

Tints of Blue Lagoon #016073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 0.47%
G = 45.28%
B = 54.25%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016073 (or 0x016073) is known color: Blue Lagoon. HEX triplet: 01, 60 and 73. RGB value is (1,96,115). Sum of RGB (Red+Green+Blue) = 1+96+115=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #016073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016073 is #FE9F8C. Grayscale: #454545. Windows color (decimal): -16686989 or 7561217. OLE color: 7561217.

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

Color convert

RGB 1 96 115 -
CMYK 0.99 0.17 0 0.55
HSL 190º 0.98% 0.23% -
HSV(B) 190º 0.99% 0.45% -
XYZ 7.29 9.61 17.69 -
YUV 69.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 1 96 115 0.99 0.17 0 0.55 190 0.98 0.23
Hex 1 60 73 63 11 0 37 BE 62 17
Octal 1 140 163 143 21 0 67 276 142 27
Binary 1 1100000 1110011 1100011 10001 0 110111 10111110 1100010 10111

Color Harmonies of #016073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016073

Black with #016073

Text Example


Text Example

White with #016073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016073; }

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

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

background-color css

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

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

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

border-color css

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

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

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