Html Css Color HEX #015876 Blue Lagoon

📋 copy color: '#015876'

red 1 ◦ green 88 ◦ blue 118

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

Shades of Blue Lagoon #015876

Tints of Blue Lagoon #015876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 0.48%
G = 42.51%
B = 57%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015876 (or 0x015876) is known color: Blue Lagoon. HEX triplet: 01, 58 and 76. RGB value is (1,88,118). Sum of RGB (Red+Green+Blue) = 1+88+118=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #015876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015876 is #FEA789. Grayscale: #414141. Windows color (decimal): -16689034 or 7755777. OLE color: 7755777.

HSL color Cylindrical-coordinate representation of color #015876: hue angle of 195.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015876 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 88 118 -
CMYK 0.99 0.25 0 0.54
HSL 195.38º 0.98% 0.23% -
HSV(B) 195.38º 0.99% 0.46% -
XYZ 6.77 8.29 18.38 -
YUV 65.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 1 88 118 0.99 0.25 0 0.54 195.38 0.98 0.23
Hex 1 58 76 63 19 0 36 C3 62 17
Octal 1 130 166 143 31 0 66 303 142 27
Binary 1 1011000 1110110 1100011 11001 0 110110 11000011 1100010 10111

Color Harmonies of #015876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015876

Black with #015876

Text Example


Text Example

White with #015876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015876; }

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

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

background-color css

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

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

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

border-color css

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

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

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