Html Css Color HEX #016277 Blue Lagoon

📋 copy color: '#016277'

red 1 ◦ green 98 ◦ blue 119

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

Shades of Blue Lagoon #016277

Tints of Blue Lagoon #016277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 0.46%
G = 44.95%
B = 54.59%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016277 (or 0x016277) is known color: Blue Lagoon. HEX triplet: 01, 62 and 77. RGB value is (1,98,119). Sum of RGB (Red+Green+Blue) = 1+98+119=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #016277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016277 is #FE9D88. Grayscale: #474747. Windows color (decimal): -16686473 or 7823873. OLE color: 7823873.

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

Color convert

RGB 1 98 119 -
CMYK 0.99 0.18 0 0.53
HSL 190.68º 0.98% 0.24% -
HSV(B) 190.68º 0.99% 0.47% -
XYZ 7.71 10.07 18.99 -
YUV 71.39 154.86 77.79 -
System Red Green Blue C M Y K H S L
Decimal 1 98 119 0.99 0.18 0 0.53 190.68 0.98 0.24
Hex 1 62 77 63 12 0 35 BF 62 18
Octal 1 142 167 143 22 0 65 277 142 30
Binary 1 1100010 1110111 1100011 10010 0 110101 10111111 1100010 11000

Color Harmonies of #016277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016277

Black with #016277

Text Example


Text Example

White with #016277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016277; }

 p { color: rgb(1,98,119); }

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

background-color css

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

 a { background-color: rgb(1,98,119); }

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

border-color css

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

 span { border-color: rgb(1,98,119); }

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