Html Css Color HEX #07587C Blue Lagoon

📋 copy color: '#07587C'

red 7 ◦ green 88 ◦ blue 124

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

Shades of Blue Lagoon #07587C

Tints of Blue Lagoon #07587C

RGB

 RED value IS 7 (3.13% from 255) = 3.2%

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

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 3.2%
G = 40.18%
B = 56.62%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07587C (or 0x07587C) is known color: Blue Lagoon. HEX triplet: 07, 58 and 7C. RGB value is (7,88,124). Sum of RGB (Red+Green+Blue) = 7+88+124=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #07587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07587C is #F8A783. Grayscale: #434343. Windows color (decimal): -16295812 or 8148999. OLE color: 8148999.

HSL color Cylindrical-coordinate representation of color #07587C: hue angle of 198.46º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07587C is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 88 124 -
CMYK 0.94 0.29 0 0.51
HSL 198.46º 0.89% 0.26% -
HSV(B) 198.46º 0.94% 0.49% -
XYZ 7.22 8.48 20.33 -
YUV 67.89 159.66 84.57 -
System Red Green Blue C M Y K H S L
Decimal 7 88 124 0.94 0.29 0 0.51 198.46 0.89 0.26
Hex 7 58 7C 5E 1D 0 33 C6 59 1A
Octal 7 130 174 136 35 0 63 306 131 32
Binary 111 1011000 1111100 1011110 11101 0 110011 11000110 1011001 11010

Color Harmonies of #07587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07587C

Black with #07587C

Text Example


Text Example

White with #07587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07587C; }

 p { color: rgb(7,88,124); }

 H1.HeaderClassName
 {
   color: #07587C;
 }
 .AnyTagClassName
 {
   color: #07587C;
 }
</style>

background-color css

<style>
 a { background-color: #07587C; }

 a { background-color: rgb(7,88,124); }

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

border-color css

<style>
 span { border-color: #07587C; }

 span { border-color: rgb(7,88,124); }

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