Html Css Color HEX #015877 Blue Lagoon

📋 copy color: '#015877'

red 1 ◦ green 88 ◦ blue 119

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

Shades of Blue Lagoon #015877

Tints of Blue Lagoon #015877

RGB

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

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

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

R = 0.48%
G = 42.31%
B = 57.21%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015877 (or 0x015877) is known color: Blue Lagoon. HEX triplet: 01, 58 and 77. RGB value is (1,88,119). Sum of RGB (Red+Green+Blue) = 1+88+119=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #015877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015877 is #FEA788. Grayscale: #414141. Windows color (decimal): -16689033 or 7821313. OLE color: 7821313.

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

Color convert

RGB 1 88 119 -
CMYK 0.99 0.26 0 0.53
HSL 195.76º 0.98% 0.24% -
HSV(B) 195.76º 0.99% 0.47% -
XYZ 6.83 8.32 18.7 -
YUV 65.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 1 88 119 0.99 0.26 0 0.53 195.76 0.98 0.24
Hex 1 58 77 63 1A 0 35 C4 62 18
Octal 1 130 167 143 32 0 65 304 142 30
Binary 1 1011000 1110111 1100011 11010 0 110101 11000100 1100010 11000

Color Harmonies of #015877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015877

Black with #015877

Text Example


Text Example

White with #015877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015877; }

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

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

background-color css

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

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

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

border-color css

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

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

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