Html Css Color HEX #015173 Blue Lagoon

📋 copy color: '#015173'

red 1 ◦ green 81 ◦ blue 115

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

Shades of Blue Lagoon #015173

Tints of Blue Lagoon #015173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

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

R = 0.51%
G = 41.12%
B = 58.38%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015173 (or 0x015173) is known color: Blue Lagoon. HEX triplet: 01, 51 and 73. RGB value is (1,81,115). Sum of RGB (Red+Green+Blue) = 1+81+115=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #015173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015173 is #FEAE8C. Grayscale: #3C3C3C. Windows color (decimal): -16690829 or 7557377. OLE color: 7557377.

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

Color convert

RGB 1 81 115 -
CMYK 0.99 0.30 0 0.55
HSL 197.89º 0.98% 0.23% -
HSV(B) 197.89º 0.99% 0.45% -
XYZ 6.05 7.13 17.28 -
YUV 60.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 1 81 115 0.99 0.30 0 0.55 197.89 0.98 0.23
Hex 1 51 73 63 1E 0 37 C6 62 17
Octal 1 121 163 143 36 0 67 306 142 27
Binary 1 1010001 1110011 1100011 11110 0 110111 11000110 1100010 10111

Color Harmonies of #015173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015173

Black with #015173

Text Example


Text Example

White with #015173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015173; }

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

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

background-color css

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

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

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

border-color css

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

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

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