Html Css Color HEX #005E7D Blue Lagoon

📋 copy color: '#005E7D'

red 0 ◦ green 94 ◦ blue 125

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

Shades of Blue Lagoon #005E7D

Tints of Blue Lagoon #005E7D

RGB

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

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

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

R = 0%
G = 42.92%
B = 57.08%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#005E7D (or 0x005E7D) is known color: Blue Lagoon. HEX triplet: 00, 5E and 7D. RGB value is (0,94,125). Sum of RGB (Red+Green+Blue) = 0+94+125=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #005E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E7D is #FFA182. Grayscale: #454545. Windows color (decimal): -16753027 or 8216064. OLE color: 8216064.

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

Color convert

RGB 0 94 125 -
CMYK 1 0.25 0 0.51
HSL 194.88º 1% 0.25% -
HSV(B) 194.88º 1% 0.49% -
XYZ 7.7 9.49 20.83 -
YUV 69.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 0 94 125 1 0.25 0 0.51 194.88 1 0.25
Hex 0 5E 7D 64 19 0 33 C3 64 19
Octal 0 136 175 144 31 0 63 303 144 31
Binary 0 1011110 1111101 1100100 11001 0 110011 11000011 1100100 11001

Color Harmonies of #005E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E7D

Black with #005E7D

Text Example


Text Example

White with #005E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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