Html Css Color HEX #015775 Blue Lagoon

📋 copy color: '#015775'

red 1 ◦ green 87 ◦ blue 117

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

Shades of Blue Lagoon #015775

Tints of Blue Lagoon #015775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

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

R = 0.49%
G = 42.44%
B = 57.07%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015775 (or 0x015775) is known color: Blue Lagoon. HEX triplet: 01, 57 and 75. RGB value is (1,87,117). Sum of RGB (Red+Green+Blue) = 1+87+117=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #015775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015775 is #FEA88A. Grayscale: #404040. Windows color (decimal): -16689291 or 7689985. OLE color: 7689985.

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

Color convert

RGB 1 87 117 -
CMYK 0.99 0.26 0 0.54
HSL 195.52º 0.98% 0.23% -
HSV(B) 195.52º 0.99% 0.46% -
XYZ 6.63 8.11 18.04 -
YUV 64.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 1 87 117 0.99 0.26 0 0.54 195.52 0.98 0.23
Hex 1 57 75 63 1A 0 36 C4 62 17
Octal 1 127 165 143 32 0 66 304 142 27
Binary 1 1010111 1110101 1100011 11010 0 110110 11000100 1100010 10111

Color Harmonies of #015775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015775

Black with #015775

Text Example


Text Example

White with #015775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015775; }

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

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

background-color css

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

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

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

border-color css

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

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

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