Html Css Color HEX #005C7D Blue Lagoon

📋 copy color: '#005C7D'

red 0 ◦ green 92 ◦ blue 125

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

Shades of Blue Lagoon #005C7D

Tints of Blue Lagoon #005C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.4%

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

R = 0%
G = 42.4%
B = 57.6%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#005C7D (or 0x005C7D) is known color: Blue Lagoon. HEX triplet: 00, 5C and 7D. RGB value is (0,92,125). Sum of RGB (Red+Green+Blue) = 0+92+125=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #005C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C7D is #FFA382. Grayscale: #444444. Windows color (decimal): -16753539 or 8215552. OLE color: 8215552.

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

Color convert

RGB 0 92 125 -
CMYK 1 0.26 0 0.51
HSL 195.84º 1% 0.25% -
HSV(B) 195.84º 1% 0.49% -
XYZ 7.53 9.13 20.77 -
YUV 68.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 0 92 125 1 0.26 0 0.51 195.84 1 0.25
Hex 0 5C 7D 64 1A 0 33 C4 64 19
Octal 0 134 175 144 32 0 63 304 144 31
Binary 0 1011100 1111101 1100100 11010 0 110011 11000100 1100100 11001

Color Harmonies of #005C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C7D

Black with #005C7D

Text Example


Text Example

White with #005C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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