Html Css Color HEX #005171 Blue Lagoon

📋 copy color: '#005171'

red 0 ◦ green 81 ◦ blue 113

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

Shades of Blue Lagoon #005171

Tints of Blue Lagoon #005171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 0%
G = 41.75%
B = 58.25%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005171 (or 0x005171) is known color: Blue Lagoon. HEX triplet: 00, 51 and 71. RGB value is (0,81,113). Sum of RGB (Red+Green+Blue) = 0+81+113=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #005171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005171 is #FFAE8E. Grayscale: #3C3C3C. Windows color (decimal): -16756367 or 7426304. OLE color: 7426304.

HSL color Cylindrical-coordinate representation of color #005171: hue angle of 196.99º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005171 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 81 113 -
CMYK 1 0.28 0 0.56
HSL 196.99º 1% 0.22% -
HSV(B) 196.99º 1% 0.44% -
XYZ 5.92 7.08 16.68 -
YUV 60.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 0 81 113 1 0.28 0 0.56 196.99 1 0.22
Hex 0 51 71 64 1C 0 38 C5 64 16
Octal 0 121 161 144 34 0 70 305 144 26
Binary 0 1010001 1110001 1100100 11100 0 111000 11000101 1100100 10110

Color Harmonies of #005171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005171

Black with #005171

Text Example


Text Example

White with #005171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005171; }

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

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

background-color css

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

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

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

border-color css

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

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

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