Html Css Color HEX #005172 Blue Lagoon

📋 copy color: '#005172'

red 0 ◦ green 81 ◦ blue 114

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

Shades of Blue Lagoon #005172

Tints of Blue Lagoon #005172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 0%
G = 41.54%
B = 58.46%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005172 (or 0x005172) is known color: Blue Lagoon. HEX triplet: 00, 51 and 72. RGB value is (0,81,114). Sum of RGB (Red+Green+Blue) = 0+81+114=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #005172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005172 is #FFAE8D. Grayscale: #3C3C3C. Windows color (decimal): -16756366 or 7491840. OLE color: 7491840.

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

Color convert

RGB 0 81 114 -
CMYK 1 0.29 0 0.55
HSL 197.37º 1% 0.22% -
HSV(B) 197.37º 1% 0.45% -
XYZ 5.98 7.1 16.97 -
YUV 60.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 0 81 114 1 0.29 0 0.55 197.37 1 0.22
Hex 0 51 72 64 1D 0 37 C5 64 16
Octal 0 121 162 144 35 0 67 305 144 26
Binary 0 1010001 1110010 1100100 11101 0 110111 11000101 1100100 10110

Color Harmonies of #005172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005172

Black with #005172

Text Example


Text Example

White with #005172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005172; }

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

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

background-color css

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

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

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

border-color css

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

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

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