Html Css Color HEX #015171 Blue Lagoon

📋 copy color: '#015171'

red 1 ◦ green 81 ◦ blue 113

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

Shades of Blue Lagoon #015171

Tints of Blue Lagoon #015171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.95%

R = 0.51%
G = 41.54%
B = 57.95%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015171 (or 0x015171) is known color: Blue Lagoon. HEX triplet: 01, 51 and 71. RGB value is (1,81,113). Sum of RGB (Red+Green+Blue) = 1+81+113=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #015171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015171 is #FEAE8E. Grayscale: #3C3C3C. Windows color (decimal): -16690831 or 7426305. OLE color: 7426305.

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

Color convert

RGB 1 81 113 -
CMYK 0.99 0.28 0 0.56
HSL 197.14º 0.98% 0.22% -
HSV(B) 197.14º 0.99% 0.44% -
XYZ 5.94 7.08 16.68 -
YUV 60.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 1 81 113 0.99 0.28 0 0.56 197.14 0.98 0.22
Hex 1 51 71 63 1C 0 38 C5 62 16
Octal 1 121 161 143 34 0 70 305 142 26
Binary 1 1010001 1110001 1100011 11100 0 111000 11000101 1100010 10110

Color Harmonies of #015171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015171

Black with #015171

Text Example


Text Example

White with #015171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015171; }

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

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

background-color css

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

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

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

border-color css

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

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

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