Html Css Color HEX #00587D Blue Lagoon

📋 copy color: '#00587D'

red 0 ◦ green 88 ◦ blue 125

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

Shades of Blue Lagoon #00587D

Tints of Blue Lagoon #00587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 0%
G = 41.31%
B = 58.69%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00587D (or 0x00587D) is known color: Blue Lagoon. HEX triplet: 00, 58 and 7D. RGB value is (0,88,125). Sum of RGB (Red+Green+Blue) = 0+88+125=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #00587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00587D is #FFA782. Grayscale: #414141. Windows color (decimal): -16754563 or 8214528. OLE color: 8214528.

HSL color Cylindrical-coordinate representation of color #00587D: hue angle of 197.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00587D is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 88 125 -
CMYK 1 0.30 0 0.51
HSL 197.76º 1% 0.25% -
HSV(B) 197.76º 1% 0.49% -
XYZ 7.19 8.46 20.66 -
YUV 65.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 0 88 125 1 0.30 0 0.51 197.76 1 0.25
Hex 0 58 7D 64 1E 0 33 C6 64 19
Octal 0 130 175 144 36 0 63 306 144 31
Binary 0 1011000 1111101 1100100 11110 0 110011 11000110 1100100 11001

Color Harmonies of #00587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00587D

Black with #00587D

Text Example


Text Example

White with #00587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00587D; }

 p { color: rgb(0,88,125); }

 H1.HeaderClassName
 {
   color: #00587D;
 }
 .AnyTagClassName
 {
   color: #00587D;
 }
</style>

background-color css

<style>
 a { background-color: #00587D; }

 a { background-color: rgb(0,88,125); }

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

border-color css

<style>
 span { border-color: #00587D; }

 span { border-color: rgb(0,88,125); }

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