Html Css Color HEX #025465 Blue Lagoon

📋 copy color: '#025465'

red 2 ◦ green 84 ◦ blue 101

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

Shades of Blue Lagoon #025465

Tints of Blue Lagoon #025465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 1.07%
G = 44.92%
B = 54.01%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#025465 (or 0x025465) is known color: Blue Lagoon. HEX triplet: 02, 54 and 65. RGB value is (2,84,101). Sum of RGB (Red+Green+Blue) = 2+84+101=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #025465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025465 is #FDAB9A. Grayscale: #3D3D3D. Windows color (decimal): -16624539 or 6640642. OLE color: 6640642.

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

Color convert

RGB 2 84 101 -
CMYK 0.98 0.17 0 0.60
HSL 190.3º 0.96% 0.2% -
HSV(B) 190.3º 0.98% 0.4% -
XYZ 5.54 7.29 13.43 -
YUV 61.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 2 84 101 0.98 0.17 0 0.60 190.3 0.96 0.2
Hex 2 54 65 62 11 0 3C BE 60 14
Octal 2 124 145 142 21 0 74 276 140 24
Binary 10 1010100 1100101 1100010 10001 0 111100 10111110 1100000 10100

Color Harmonies of #025465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025465

Black with #025465

Text Example


Text Example

White with #025465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025465; }

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

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

background-color css

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

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

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

border-color css

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

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

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