Html Css Color HEX #016270 Blue Lagoon

📋 copy color: '#016270'

red 1 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #016270

Tints of Blue Lagoon #016270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.08%

R = 0.47%
G = 46.45%
B = 53.08%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016270 (or 0x016270) is known color: Blue Lagoon. HEX triplet: 01, 62 and 70. RGB value is (1,98,112). Sum of RGB (Red+Green+Blue) = 1+98+112=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #016270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016270 is #FE9D8F. Grayscale: #464646. Windows color (decimal): -16686480 or 7365121. OLE color: 7365121.

HSL color Cylindrical-coordinate representation of color #016270: hue angle of 187.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016270 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 98 112 -
CMYK 0.99 0.13 0 0.56
HSL 187.57º 0.98% 0.22% -
HSV(B) 187.57º 0.99% 0.44% -
XYZ 7.3 9.91 16.86 -
YUV 70.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 1 98 112 0.99 0.13 0 0.56 187.57 0.98 0.22
Hex 1 62 70 63 D 0 38 BC 62 16
Octal 1 142 160 143 15 0 70 274 142 26
Binary 1 1100010 1110000 1100011 1101 0 111000 10111100 1100010 10110

Color Harmonies of #016270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016270

Black with #016270

Text Example


Text Example

White with #016270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016270; }

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

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

background-color css

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

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

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

border-color css

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

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

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