Html Css Color HEX #016272 Blue Lagoon

📋 copy color: '#016272'

red 1 ◦ green 98 ◦ blue 114

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

Shades of Blue Lagoon #016272

Tints of Blue Lagoon #016272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 0.47%
G = 46.01%
B = 53.52%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016272 (or 0x016272) is known color: Blue Lagoon. HEX triplet: 01, 62 and 72. RGB value is (1,98,114). Sum of RGB (Red+Green+Blue) = 1+98+114=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #016272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016272 is #FE9D8D. Grayscale: #464646. Windows color (decimal): -16686478 or 7496193. OLE color: 7496193.

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

Color convert

RGB 1 98 114 -
CMYK 0.99 0.14 0 0.55
HSL 188.5º 0.98% 0.23% -
HSV(B) 188.5º 0.99% 0.45% -
XYZ 7.42 9.96 17.45 -
YUV 70.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 1 98 114 0.99 0.14 0 0.55 188.5 0.98 0.23
Hex 1 62 72 63 E 0 37 BC 62 17
Octal 1 142 162 143 16 0 67 274 142 27
Binary 1 1100010 1110010 1100011 1110 0 110111 10111100 1100010 10111

Color Harmonies of #016272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016272

Black with #016272

Text Example


Text Example

White with #016272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016272; }

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

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

background-color css

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

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

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

border-color css

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

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

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