Html Css Color HEX #025373 Blue Lagoon

📋 copy color: '#025373'

red 2 ◦ green 83 ◦ blue 115

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

Shades of Blue Lagoon #025373

Tints of Blue Lagoon #025373

RGB

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

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

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

R = 1%
G = 41.5%
B = 57.5%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#025373 (or 0x025373) is known color: Blue Lagoon. HEX triplet: 02, 53 and 73. RGB value is (2,83,115). Sum of RGB (Red+Green+Blue) = 2+83+115=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #025373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025373 is #FDAC8C. Grayscale: #3E3E3E. Windows color (decimal): -16624781 or 7557890. OLE color: 7557890.

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

Color convert

RGB 2 83 115 -
CMYK 0.98 0.28 0 0.55
HSL 196.99º 0.97% 0.23% -
HSV(B) 196.99º 0.98% 0.45% -
XYZ 6.21 7.44 17.33 -
YUV 62.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 2 83 115 0.98 0.28 0 0.55 196.99 0.97 0.23
Hex 2 53 73 62 1C 0 37 C5 61 17
Octal 2 123 163 142 34 0 67 305 141 27
Binary 10 1010011 1110011 1100010 11100 0 110111 11000101 1100001 10111

Color Harmonies of #025373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025373

Black with #025373

Text Example


Text Example

White with #025373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025373; }

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

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

background-color css

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

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

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

border-color css

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

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

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