Html Css Color HEX #015F87 Blue Lagoon

📋 copy color: '#015F87'

red 1 ◦ green 95 ◦ blue 135

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

Shades of Blue Lagoon #015F87

Tints of Blue Lagoon #015F87

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

 BLUE value IS 135 (53.13% from 255) = 58.44%

R = 0.43%
G = 41.13%
B = 58.44%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015F87 (or 0x015F87) is known color: Blue Lagoon. HEX triplet: 01, 5F and 87. RGB value is (1,95,135). Sum of RGB (Red+Green+Blue) = 1+95+135=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #015F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F87 is #FEA078. Grayscale: #474747. Windows color (decimal): -16687225 or 8871681. OLE color: 8871681.

HSL color Cylindrical-coordinate representation of color #015F87: hue angle of 197.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F87 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 95 135 -
CMYK 0.99 0.30 0 0.47
HSL 197.91º 0.99% 0.27% -
HSV(B) 197.91º 0.99% 0.53% -
XYZ 8.48 9.94 24.39 -
YUV 71.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 1 95 135 0.99 0.30 0 0.47 197.91 0.99 0.27
Hex 1 5F 87 63 1E 0 2F C6 63 1B
Octal 1 137 207 143 36 0 57 306 143 33
Binary 1 1011111 10000111 1100011 11110 0 101111 11000110 1100011 11011

Color Harmonies of #015F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F87

Black with #015F87

Text Example


Text Example

White with #015F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F87; }

 p { color: rgb(1,95,135); }

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

background-color css

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

 a { background-color: rgb(1,95,135); }

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

border-color css

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

 span { border-color: rgb(1,95,135); }

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