Html Css Color HEX #025466 Blue Lagoon

📋 copy color: '#025466'

red 2 ◦ green 84 ◦ blue 102

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

Shades of Blue Lagoon #025466

Tints of Blue Lagoon #025466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.26%

R = 1.06%
G = 44.68%
B = 54.26%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025466 (or 0x025466) is known color: Blue Lagoon. HEX triplet: 02, 54 and 66. RGB value is (2,84,102). Sum of RGB (Red+Green+Blue) = 2+84+102=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #025466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025466 is #FDAB99. Grayscale: #3D3D3D. Windows color (decimal): -16624538 or 6706178. OLE color: 6706178.

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

Color convert

RGB 2 84 102 -
CMYK 0.98 0.18 0 0.6
HSL 190.8º 0.96% 0.2% -
HSV(B) 190.8º 0.98% 0.4% -
XYZ 5.59 7.31 13.69 -
YUV 61.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 2 84 102 0.98 0.18 0 0.6 190.8 0.96 0.2
Hex 2 54 66 62 12 0 3C BF 60 14
Octal 2 124 146 142 22 0 74 277 140 24
Binary 10 1010100 1100110 1100010 10010 0 111100 10111111 1100000 10100

Color Harmonies of #025466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025466

Black with #025466

Text Example


Text Example

White with #025466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025466; }

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

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

background-color css

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

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

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

border-color css

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

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

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