Html Css Color HEX #005773 Blue Lagoon

📋 copy color: '#005773'

red 0 ◦ green 87 ◦ blue 115

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

Shades of Blue Lagoon #005773

Tints of Blue Lagoon #005773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 0%
G = 43.07%
B = 56.93%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005773 (or 0x005773) is known color: Blue Lagoon. HEX triplet: 00, 57 and 73. RGB value is (0,87,115). Sum of RGB (Red+Green+Blue) = 0+87+115=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #005773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005773 is #FFA88C. Grayscale: #3F3F3F. Windows color (decimal): -16754829 or 7558912. OLE color: 7558912.

HSL color Cylindrical-coordinate representation of color #005773: hue angle of 194.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005773 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 87 115 -
CMYK 1 0.24 0 0.55
HSL 194.61º 1% 0.23% -
HSV(B) 194.61º 1% 0.45% -
XYZ 6.5 8.05 17.43 -
YUV 64.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 0 87 115 1 0.24 0 0.55 194.61 1 0.23
Hex 0 57 73 64 18 0 37 C3 64 17
Octal 0 127 163 144 30 0 67 303 144 27
Binary 0 1010111 1110011 1100100 11000 0 110111 11000011 1100100 10111

Color Harmonies of #005773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005773

Black with #005773

Text Example


Text Example

White with #005773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005773; }

 p { color: rgb(0,87,115); }

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

background-color css

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

 a { background-color: rgb(0,87,115); }

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

border-color css

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

 span { border-color: rgb(0,87,115); }

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