Html Css Color HEX #005F87 Blue Lagoon

📋 copy color: '#005F87'

red 0 ◦ green 95 ◦ blue 135

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

Shades of Blue Lagoon #005F87

Tints of Blue Lagoon #005F87

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.3%
B = 58.7%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#005F87 (or 0x005F87) is known color: Blue Lagoon. HEX triplet: 00, 5F and 87. RGB value is (0,95,135). Sum of RGB (Red+Green+Blue) = 0+95+135=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #005F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F87 is #FFA078. Grayscale: #464646. Windows color (decimal): -16752761 or 8871680. OLE color: 8871680.

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

Color convert

RGB 0 95 135 -
CMYK 1 0.30 0 0.47
HSL 197.78º 1% 0.26% -
HSV(B) 197.78º 1% 0.53% -
XYZ 8.47 9.93 24.39 -
YUV 71.16 164.03 77.25 -
System Red Green Blue C M Y K H S L
Decimal 0 95 135 1 0.30 0 0.47 197.78 1 0.26
Hex 0 5F 87 64 1E 0 2F C6 64 1A
Octal 0 137 207 144 36 0 57 306 144 32
Binary 0 1011111 10000111 1100100 11110 0 101111 11000110 1100100 11010

Color Harmonies of #005F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F87

Black with #005F87

Text Example


Text Example

White with #005F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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