Html Css Color HEX #015879 Blue Lagoon

📋 copy color: '#015879'

red 1 ◦ green 88 ◦ blue 121

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

Shades of Blue Lagoon #015879

Tints of Blue Lagoon #015879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 0.48%
G = 41.9%
B = 57.62%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015879 (or 0x015879) is known color: Blue Lagoon. HEX triplet: 01, 58 and 79. RGB value is (1,88,121). Sum of RGB (Red+Green+Blue) = 1+88+121=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #015879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015879 is #FEA786. Grayscale: #414141. Windows color (decimal): -16689031 or 7952385. OLE color: 7952385.

HSL color Cylindrical-coordinate representation of color #015879: hue angle of 196.5º 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 #015879 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 88 121 -
CMYK 0.99 0.27 0 0.53
HSL 196.5º 0.98% 0.24% -
HSV(B) 196.5º 0.99% 0.47% -
XYZ 6.95 8.37 19.34 -
YUV 65.75 159.18 81.82 -
System Red Green Blue C M Y K H S L
Decimal 1 88 121 0.99 0.27 0 0.53 196.5 0.98 0.24
Hex 1 58 79 63 1B 0 35 C4 62 18
Octal 1 130 171 143 33 0 65 304 142 30
Binary 1 1011000 1111001 1100011 11011 0 110101 11000100 1100010 11000

Color Harmonies of #015879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015879

Black with #015879

Text Example


Text Example

White with #015879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015879; }

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

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

background-color css

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

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

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

border-color css

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

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

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