Html Css Color HEX #005B73 Blue Lagoon

📋 copy color: '#005B73'

red 0 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #005B73

Tints of Blue Lagoon #005B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.17%

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

R = 0%
G = 44.17%
B = 55.83%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005B73 (or 0x005B73) is known color: Blue Lagoon. HEX triplet: 00, 5B and 73. RGB value is (0,91,115). Sum of RGB (Red+Green+Blue) = 0+91+115=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #005B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B73 is #FFA48C. Grayscale: #424242. Windows color (decimal): -16753805 or 7559936. OLE color: 7559936.

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

Color convert

RGB 0 91 115 -
CMYK 1 0.21 0 0.55
HSL 192.52º 1% 0.23% -
HSV(B) 192.52º 1% 0.45% -
XYZ 6.84 8.72 17.54 -
YUV 66.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 0 91 115 1 0.21 0 0.55 192.52 1 0.23
Hex 0 5B 73 64 15 0 37 C1 64 17
Octal 0 133 163 144 25 0 67 301 144 27
Binary 0 1011011 1110011 1100100 10101 0 110111 11000001 1100100 10111

Color Harmonies of #005B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B73

Black with #005B73

Text Example


Text Example

White with #005B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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