Html Css Color HEX #016578 Blue Lagoon

📋 copy color: '#016578'

red 1 ◦ green 101 ◦ blue 120

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

Shades of Blue Lagoon #016578

Tints of Blue Lagoon #016578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

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

R = 0.45%
G = 45.5%
B = 54.05%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016578 (or 0x016578) is known color: Blue Lagoon. HEX triplet: 01, 65 and 78. RGB value is (1,101,120). Sum of RGB (Red+Green+Blue) = 1+101+120=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #016578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016578 is #FE9A87. Grayscale: #494949. Windows color (decimal): -16685704 or 7890177. OLE color: 7890177.

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

Color convert

RGB 1 101 120 -
CMYK 0.99 0.16 0 0.53
HSL 189.58º 0.98% 0.24% -
HSV(B) 189.58º 0.99% 0.47% -
XYZ 8.06 10.67 19.4 -
YUV 73.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 1 101 120 0.99 0.16 0 0.53 189.58 0.98 0.24
Hex 1 65 78 63 10 0 35 BE 62 18
Octal 1 145 170 143 20 0 65 276 142 30
Binary 1 1100101 1111000 1100011 10000 0 110101 10111110 1100010 11000

Color Harmonies of #016578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016578

Black with #016578

Text Example


Text Example

White with #016578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016578; }

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

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

background-color css

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

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

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

border-color css

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

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

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