Html Css Color HEX #005878 Blue Lagoon

📋 copy color: '#005878'

red 0 ◦ green 88 ◦ blue 120

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

Shades of Blue Lagoon #005878

Tints of Blue Lagoon #005878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.69%

R = 0%
G = 42.31%
B = 57.69%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005878 (or 0x005878) is known color: Blue Lagoon. HEX triplet: 00, 58 and 78. RGB value is (0,88,120). Sum of RGB (Red+Green+Blue) = 0+88+120=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #005878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005878 is #FFA787. Grayscale: #414141. Windows color (decimal): -16754568 or 7886848. OLE color: 7886848.

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

Color convert

RGB 0 88 120 -
CMYK 1 0.27 0 0.53
HSL 196º 1% 0.24% -
HSV(B) 196º 1% 0.47% -
XYZ 6.88 8.34 19.02 -
YUV 65.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 0 88 120 1 0.27 0 0.53 196 1 0.24
Hex 0 58 78 64 1B 0 35 C4 64 18
Octal 0 130 170 144 33 0 65 304 144 30
Binary 0 1011000 1111000 1100100 11011 0 110101 11000100 1100100 11000

Color Harmonies of #005878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005878

Black with #005878

Text Example


Text Example

White with #005878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005878; }

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

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

background-color css

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

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

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

border-color css

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

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

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