Html Css Color HEX #025363 Blue Lagoon

📋 copy color: '#025363'

red 2 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #025363

Tints of Blue Lagoon #025363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 1.09%
G = 45.11%
B = 53.8%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#025363 (or 0x025363) is known color: Blue Lagoon. HEX triplet: 02, 53 and 63. RGB value is (2,83,99). Sum of RGB (Red+Green+Blue) = 2+83+99=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #025363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025363 is #FDAC9C. Grayscale: #3C3C3C. Windows color (decimal): -16624797 or 6509314. OLE color: 6509314.

HSL color Cylindrical-coordinate representation of color #025363: hue angle of 189.9º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025363 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 83 99 -
CMYK 0.98 0.16 0 0.61
HSL 189.9º 0.96% 0.2% -
HSV(B) 189.9º 0.98% 0.39% -
XYZ 5.37 7.1 12.89 -
YUV 60.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 2 83 99 0.98 0.16 0 0.61 189.9 0.96 0.2
Hex 2 53 63 62 10 0 3D BE 60 14
Octal 2 123 143 142 20 0 75 276 140 24
Binary 10 1010011 1100011 1100010 10000 0 111101 10111110 1100000 10100

Color Harmonies of #025363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025363

Black with #025363

Text Example


Text Example

White with #025363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025363; }

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

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

background-color css

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

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

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

border-color css

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

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

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