Html Css Color HEX #015873 Blue Lagoon

📋 copy color: '#015873'

red 1 ◦ green 88 ◦ blue 115

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

Shades of Blue Lagoon #015873

Tints of Blue Lagoon #015873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 0.49%
G = 43.14%
B = 56.37%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015873 (or 0x015873) is known color: Blue Lagoon. HEX triplet: 01, 58 and 73. RGB value is (1,88,115). Sum of RGB (Red+Green+Blue) = 1+88+115=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #015873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015873 is #FEA78C. Grayscale: #404040. Windows color (decimal): -16689037 or 7559169. OLE color: 7559169.

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

Color convert

RGB 1 88 115 -
CMYK 0.99 0.23 0 0.55
HSL 194.21º 0.98% 0.23% -
HSV(B) 194.21º 0.99% 0.45% -
XYZ 6.6 8.22 17.46 -
YUV 65.07 156.18 82.3 -
System Red Green Blue C M Y K H S L
Decimal 1 88 115 0.99 0.23 0 0.55 194.21 0.98 0.23
Hex 1 58 73 63 17 0 37 C2 62 17
Octal 1 130 163 143 27 0 67 302 142 27
Binary 1 1011000 1110011 1100011 10111 0 110111 11000010 1100010 10111

Color Harmonies of #015873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015873

Black with #015873

Text Example


Text Example

White with #015873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015873; }

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

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

background-color css

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

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

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

border-color css

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

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

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