Html Css Color HEX #005F88 Blue Lagoon

📋 copy color: '#005F88'

red 0 ◦ green 95 ◦ blue 136

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

Shades of Blue Lagoon #005F88

Tints of Blue Lagoon #005F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.87%

R = 0%
G = 41.13%
B = 58.87%

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

#005F88 (or 0x005F88) is known color: Blue Lagoon. HEX triplet: 00, 5F and 88. RGB value is (0,95,136). Sum of RGB (Red+Green+Blue) = 0+95+136=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #005F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F88 is #FFA077. Grayscale: #474747. Windows color (decimal): -16752760 or 8937216. OLE color: 8937216.

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

Color convert

RGB 0 95 136 -
CMYK 1 0.30 0 0.47
HSL 198.09º 1% 0.27% -
HSV(B) 198.09º 1% 0.53% -
XYZ 8.54 9.96 24.77 -
YUV 71.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 0 95 136 1 0.30 0 0.47 198.09 1 0.27
Hex 0 5F 88 64 1E 0 2F C6 64 1B
Octal 0 137 210 144 36 0 57 306 144 33
Binary 0 1011111 10001000 1100100 11110 0 101111 11000110 1100100 11011

Color Harmonies of #005F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F88

Black with #005F88

Text Example


Text Example

White with #005F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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