Html Css Color HEX #005373 Blue Lagoon

📋 copy color: '#005373'

red 0 ◦ green 83 ◦ blue 115

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

Shades of Blue Lagoon #005373

Tints of Blue Lagoon #005373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

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

R = 0%
G = 41.92%
B = 58.08%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005373 (or 0x005373) is known color: Blue Lagoon. HEX triplet: 00, 53 and 73. RGB value is (0,83,115). Sum of RGB (Red+Green+Blue) = 0+83+115=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #005373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005373 is #FFAC8C. Grayscale: #3D3D3D. Windows color (decimal): -16755853 or 7557888. OLE color: 7557888.

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

Color convert

RGB 0 83 115 -
CMYK 1 0.28 0 0.55
HSL 196.7º 1% 0.23% -
HSV(B) 196.7º 1% 0.45% -
XYZ 6.19 7.42 17.33 -
YUV 61.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 0 83 115 1 0.28 0 0.55 196.7 1 0.23
Hex 0 53 73 64 1C 0 37 C5 64 17
Octal 0 123 163 144 34 0 67 305 144 27
Binary 0 1010011 1110011 1100100 11100 0 110111 11000101 1100100 10111

Color Harmonies of #005373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005373

Black with #005373

Text Example


Text Example

White with #005373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005373; }

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

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

background-color css

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

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

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

border-color css

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

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

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