Html Css Color HEX #005F84 Blue Lagoon

📋 copy color: '#005F84'

red 0 ◦ green 95 ◦ blue 132

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

Shades of Blue Lagoon #005F84

Tints of Blue Lagoon #005F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 0%
G = 41.85%
B = 58.15%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#005F84 (or 0x005F84) is known color: Blue Lagoon. HEX triplet: 00, 5F and 84. RGB value is (0,95,132). Sum of RGB (Red+Green+Blue) = 0+95+132=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #005F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F84 is #FFA07B. Grayscale: #464646. Windows color (decimal): -16752764 or 8675072. OLE color: 8675072.

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

Color convert

RGB 0 95 132 -
CMYK 1 0.28 0 0.48
HSL 196.82º 1% 0.26% -
HSV(B) 196.82º 1% 0.52% -
XYZ 8.26 9.85 23.3 -
YUV 70.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 0 95 132 1 0.28 0 0.48 196.82 1 0.26
Hex 0 5F 84 64 1C 0 30 C5 64 1A
Octal 0 137 204 144 34 0 60 305 144 32
Binary 0 1011111 10000100 1100100 11100 0 110000 11000101 1100100 11010

Color Harmonies of #005F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F84

Black with #005F84

Text Example


Text Example

White with #005F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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