Html Css Color HEX #015875 Blue Lagoon

📋 copy color: '#015875'

red 1 ◦ green 88 ◦ blue 117

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

Shades of Blue Lagoon #015875

Tints of Blue Lagoon #015875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 0.49%
G = 42.72%
B = 56.8%

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

#015875 (or 0x015875) is known color: Blue Lagoon. HEX triplet: 01, 58 and 75. RGB value is (1,88,117). Sum of RGB (Red+Green+Blue) = 1+88+117=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #015875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015875 is #FEA78A. Grayscale: #414141. Windows color (decimal): -16689035 or 7690241. OLE color: 7690241.

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

Color convert

RGB 1 88 117 -
CMYK 0.99 0.25 0 0.54
HSL 195º 0.98% 0.23% -
HSV(B) 195º 0.99% 0.46% -
XYZ 6.71 8.27 18.07 -
YUV 65.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 1 88 117 0.99 0.25 0 0.54 195 0.98 0.23
Hex 1 58 75 63 19 0 36 C3 62 17
Octal 1 130 165 143 31 0 66 303 142 27
Binary 1 1011000 1110101 1100011 11001 0 110110 11000011 1100010 10111

Color Harmonies of #015875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015875

Black with #015875

Text Example


Text Example

White with #015875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015875; }

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

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

background-color css

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

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

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

border-color css

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

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

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