Html Css Color HEX #005877 Blue Lagoon

📋 copy color: '#005877'

red 0 ◦ green 88 ◦ blue 119

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

Shades of Blue Lagoon #005877

Tints of Blue Lagoon #005877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 0%
G = 42.51%
B = 57.49%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005877 (or 0x005877) is known color: Blue Lagoon. HEX triplet: 00, 58 and 77. RGB value is (0,88,119). Sum of RGB (Red+Green+Blue) = 0+88+119=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #005877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005877 is #FFA788. Grayscale: #414141. Windows color (decimal): -16754569 or 7821312. OLE color: 7821312.

HSL color Cylindrical-coordinate representation of color #005877: hue angle of 195.63º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005877 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 88 119 -
CMYK 1 0.26 0 0.53
HSL 195.63º 1% 0.23% -
HSV(B) 195.63º 1% 0.47% -
XYZ 6.82 8.31 18.7 -
YUV 65.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 0 88 119 1 0.26 0 0.53 195.63 1 0.23
Hex 0 58 77 64 1A 0 35 C4 64 17
Octal 0 130 167 144 32 0 65 304 144 27
Binary 0 1011000 1110111 1100100 11010 0 110101 11000100 1100100 10111

Color Harmonies of #005877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005877

Black with #005877

Text Example


Text Example

White with #005877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005877; }

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

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

background-color css

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

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

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

border-color css

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

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

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