Html Css Color HEX #015871 Blue Lagoon

📋 copy color: '#015871'

red 1 ◦ green 88 ◦ blue 113

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

Shades of Blue Lagoon #015871

Tints of Blue Lagoon #015871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 0.5%
G = 43.56%
B = 55.94%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015871 (or 0x015871) is known color: Blue Lagoon. HEX triplet: 01, 58 and 71. RGB value is (1,88,113). Sum of RGB (Red+Green+Blue) = 1+88+113=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #015871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015871 is #FEA78E. Grayscale: #404040. Windows color (decimal): -16689039 or 7428097. OLE color: 7428097.

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

Color convert

RGB 1 88 113 -
CMYK 0.99 0.22 0 0.56
HSL 193.39º 0.98% 0.22% -
HSV(B) 193.39º 0.99% 0.44% -
XYZ 6.48 8.18 16.86 -
YUV 64.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 1 88 113 0.99 0.22 0 0.56 193.39 0.98 0.22
Hex 1 58 71 63 16 0 38 C1 62 16
Octal 1 130 161 143 26 0 70 301 142 26
Binary 1 1011000 1110001 1100011 10110 0 111000 11000001 1100010 10110

Color Harmonies of #015871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015871

Black with #015871

Text Example


Text Example

White with #015871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015871; }

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

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

background-color css

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

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

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

border-color css

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

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

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