Html Css Color HEX #015673 Blue Lagoon

📋 copy color: '#015673'

red 1 ◦ green 86 ◦ blue 115

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

Shades of Blue Lagoon #015673

Tints of Blue Lagoon #015673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

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

R = 0.5%
G = 42.57%
B = 56.93%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015673 (or 0x015673) is known color: Blue Lagoon. HEX triplet: 01, 56 and 73. RGB value is (1,86,115). Sum of RGB (Red+Green+Blue) = 1+86+115=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #015673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015673 is #FEA98C. Grayscale: #3F3F3F. Windows color (decimal): -16689549 or 7558657. OLE color: 7558657.

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

Color convert

RGB 1 86 115 -
CMYK 0.99 0.25 0 0.55
HSL 195.26º 0.98% 0.23% -
HSV(B) 195.26º 0.99% 0.45% -
XYZ 6.43 7.9 17.41 -
YUV 63.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 1 86 115 0.99 0.25 0 0.55 195.26 0.98 0.23
Hex 1 56 73 63 19 0 37 C3 62 17
Octal 1 126 163 143 31 0 67 303 142 27
Binary 1 1010110 1110011 1100011 11001 0 110111 11000011 1100010 10111

Color Harmonies of #015673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015673

Black with #015673

Text Example


Text Example

White with #015673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015673; }

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

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

background-color css

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

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

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

border-color css

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

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

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