Html Css Color HEX #005173 Blue Lagoon

📋 copy color: '#005173'

red 0 ◦ green 81 ◦ blue 115

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

Shades of Blue Lagoon #005173

Tints of Blue Lagoon #005173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

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

R = 0%
G = 41.33%
B = 58.67%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005173 (or 0x005173) is known color: Blue Lagoon. HEX triplet: 00, 51 and 73. RGB value is (0,81,115). Sum of RGB (Red+Green+Blue) = 0+81+115=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #005173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005173 is #FFAE8C. Grayscale: #3C3C3C. Windows color (decimal): -16756365 or 7557376. OLE color: 7557376.

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

Color convert

RGB 0 81 115 -
CMYK 1 0.30 0 0.55
HSL 197.74º 1% 0.23% -
HSV(B) 197.74º 1% 0.45% -
XYZ 6.04 7.12 17.28 -
YUV 60.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 0 81 115 1 0.30 0 0.55 197.74 1 0.23
Hex 0 51 73 64 1E 0 37 C6 64 17
Octal 0 121 163 144 36 0 67 306 144 27
Binary 0 1010001 1110011 1100100 11110 0 110111 11000110 1100100 10111

Color Harmonies of #005173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005173

Black with #005173

Text Example


Text Example

White with #005173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005173; }

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

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

background-color css

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

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

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

border-color css

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

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

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