Html Css Color HEX #025172 Blue Lagoon

📋 copy color: '#025172'

red 2 ◦ green 81 ◦ blue 114

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

Shades of Blue Lagoon #025172

Tints of Blue Lagoon #025172

RGB

 RED value IS 2 (1.17% from 255) = 1.02%

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

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

R = 1.02%
G = 41.12%
B = 57.87%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#025172 (or 0x025172) is known color: Blue Lagoon. HEX triplet: 02, 51 and 72. RGB value is (2,81,114). Sum of RGB (Red+Green+Blue) = 2+81+114=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #025172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025172 is #FDAE8D. Grayscale: #3C3C3C. Windows color (decimal): -16625294 or 7491842. OLE color: 7491842.

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

Color convert

RGB 2 81 114 -
CMYK 0.98 0.29 0 0.55
HSL 197.68º 0.97% 0.23% -
HSV(B) 197.68º 0.98% 0.45% -
XYZ 6 7.11 16.98 -
YUV 61.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 2 81 114 0.98 0.29 0 0.55 197.68 0.97 0.23
Hex 2 51 72 62 1D 0 37 C6 61 17
Octal 2 121 162 142 35 0 67 306 141 27
Binary 10 1010001 1110010 1100010 11101 0 110111 11000110 1100001 10111

Color Harmonies of #025172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025172

Black with #025172

Text Example


Text Example

White with #025172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025172; }

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

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

background-color css

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

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

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

border-color css

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

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

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