Html Css Color HEX #016078 Blue Lagoon

📋 copy color: '#016078'

red 1 ◦ green 96 ◦ blue 120

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

Shades of Blue Lagoon #016078

Tints of Blue Lagoon #016078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 0.46%
G = 44.24%
B = 55.3%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016078 (or 0x016078) is known color: Blue Lagoon. HEX triplet: 01, 60 and 78. RGB value is (1,96,120). Sum of RGB (Red+Green+Blue) = 1+96+120=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #016078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016078 is #FE9F87. Grayscale: #464646. Windows color (decimal): -16686984 or 7888897. OLE color: 7888897.

HSL color Cylindrical-coordinate representation of color #016078: hue angle of 192.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016078 is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 96 120 -
CMYK 0.99 0.2 0 0.53
HSL 192.1º 0.98% 0.24% -
HSV(B) 192.1º 0.99% 0.47% -
XYZ 7.59 9.73 19.25 -
YUV 70.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 1 96 120 0.99 0.2 0 0.53 192.1 0.98 0.24
Hex 1 60 78 63 14 0 35 C0 62 18
Octal 1 140 170 143 24 0 65 300 142 30
Binary 1 1100000 1111000 1100011 10100 0 110101 11000000 1100010 11000

Color Harmonies of #016078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016078

Black with #016078

Text Example


Text Example

White with #016078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016078; }

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

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

background-color css

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

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

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

border-color css

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

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

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