Html Css Color HEX #025463 Blue Lagoon

📋 copy color: '#025463'

red 2 ◦ green 84 ◦ blue 99

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

Shades of Blue Lagoon #025463

Tints of Blue Lagoon #025463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 1.08%
G = 45.41%
B = 53.51%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#025463 (or 0x025463) is known color: Blue Lagoon. HEX triplet: 02, 54 and 63. RGB value is (2,84,99). Sum of RGB (Red+Green+Blue) = 2+84+99=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #025463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025463 is #FDAB9C. Grayscale: #3D3D3D. Windows color (decimal): -16624541 or 6509570. OLE color: 6509570.

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

Color convert

RGB 2 84 99 -
CMYK 0.98 0.15 0 0.61
HSL 189.28º 0.96% 0.2% -
HSV(B) 189.28º 0.98% 0.39% -
XYZ 5.45 7.25 12.92 -
YUV 61.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 2 84 99 0.98 0.15 0 0.61 189.28 0.96 0.2
Hex 2 54 63 62 F 0 3D BD 60 14
Octal 2 124 143 142 17 0 75 275 140 24
Binary 10 1010100 1100011 1100010 1111 0 111101 10111101 1100000 10100

Color Harmonies of #025463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025463

Black with #025463

Text Example


Text Example

White with #025463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025463; }

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

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

background-color css

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

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

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

border-color css

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

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

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