Html Css Color HEX #005871 Blue Lagoon

📋 copy color: '#005871'

red 0 ◦ green 88 ◦ blue 113

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

Shades of Blue Lagoon #005871

Tints of Blue Lagoon #005871

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.78%
B = 56.22%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005871 (or 0x005871) is known color: Blue Lagoon. HEX triplet: 00, 58 and 71. RGB value is (0,88,113). Sum of RGB (Red+Green+Blue) = 0+88+113=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #005871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005871 is #FFA78E. Grayscale: #404040. Windows color (decimal): -16754575 or 7428096. OLE color: 7428096.

HSL color Cylindrical-coordinate representation of color #005871: hue angle of 193.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005871 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 88 113 -
CMYK 1 0.22 0 0.56
HSL 193.27º 1% 0.22% -
HSV(B) 193.27º 1% 0.44% -
XYZ 6.47 8.17 16.86 -
YUV 64.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 0 88 113 1 0.22 0 0.56 193.27 1 0.22
Hex 0 58 71 64 16 0 38 C1 64 16
Octal 0 130 161 144 26 0 70 301 144 26
Binary 0 1011000 1110001 1100100 10110 0 111000 11000001 1100100 10110

Color Harmonies of #005871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005871

Black with #005871

Text Example


Text Example

White with #005871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005871; }

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

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

background-color css

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

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

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

border-color css

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

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

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