Html Css Color HEX #016273 Blue Lagoon

📋 copy color: '#016273'

red 1 ◦ green 98 ◦ blue 115

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

Shades of Blue Lagoon #016273

Tints of Blue Lagoon #016273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 0.47%
G = 45.79%
B = 53.74%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016273 (or 0x016273) is known color: Blue Lagoon. HEX triplet: 01, 62 and 73. RGB value is (1,98,115). Sum of RGB (Red+Green+Blue) = 1+98+115=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #016273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016273 is #FE9D8C. Grayscale: #464646. Windows color (decimal): -16686477 or 7561729. OLE color: 7561729.

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

Color convert

RGB 1 98 115 -
CMYK 0.99 0.15 0 0.55
HSL 188.95º 0.98% 0.23% -
HSV(B) 188.95º 0.99% 0.45% -
XYZ 7.47 9.98 17.75 -
YUV 70.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 1 98 115 0.99 0.15 0 0.55 188.95 0.98 0.23
Hex 1 62 73 63 F 0 37 BD 62 17
Octal 1 142 163 143 17 0 67 275 142 27
Binary 1 1100010 1110011 1100011 1111 0 110111 10111101 1100010 10111

Color Harmonies of #016273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016273

Black with #016273

Text Example


Text Example

White with #016273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016273; }

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

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

background-color css

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

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

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

border-color css

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

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

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