Html Css Color HEX #005E88 Blue Lagoon

📋 copy color: '#005E88'

red 0 ◦ green 94 ◦ blue 136

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

Shades of Blue Lagoon #005E88

Tints of Blue Lagoon #005E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.87%

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

R = 0%
G = 40.87%
B = 59.13%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#005E88 (or 0x005E88) is known color: Blue Lagoon. HEX triplet: 00, 5E and 88. RGB value is (0,94,136). Sum of RGB (Red+Green+Blue) = 0+94+136=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #005E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E88 is #FFA177. Grayscale: #464646. Windows color (decimal): -16753016 or 8936960. OLE color: 8936960.

HSL color Cylindrical-coordinate representation of color #005E88: hue angle of 198.53º 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 #005E88 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 94 136 -
CMYK 1 0.31 0 0.47
HSL 198.53º 1% 0.27% -
HSV(B) 198.53º 1% 0.53% -
XYZ 8.45 9.78 24.74 -
YUV 70.68 164.86 77.58 -
System Red Green Blue C M Y K H S L
Decimal 0 94 136 1 0.31 0 0.47 198.53 1 0.27
Hex 0 5E 88 64 1F 0 2F C7 64 1B
Octal 0 136 210 144 37 0 57 307 144 33
Binary 0 1011110 10001000 1100100 11111 0 101111 11000111 1100100 11011

Color Harmonies of #005E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E88

Black with #005E88

Text Example


Text Example

White with #005E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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