Html Css Color HEX #025469 Blue Lagoon

📋 copy color: '#025469'

red 2 ◦ green 84 ◦ blue 105

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

Shades of Blue Lagoon #025469

Tints of Blue Lagoon #025469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 1.05%
G = 43.98%
B = 54.97%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#025469 (or 0x025469) is known color: Blue Lagoon. HEX triplet: 02, 54 and 69. RGB value is (2,84,105). Sum of RGB (Red+Green+Blue) = 2+84+105=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #025469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025469 is #FDAB96. Grayscale: #3D3D3D. Windows color (decimal): -16624535 or 6902786. OLE color: 6902786.

HSL color Cylindrical-coordinate representation of color #025469: hue angle of 192.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025469 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 84 105 -
CMYK 0.98 0.20 0 0.59
HSL 192.23º 0.96% 0.21% -
HSV(B) 192.23º 0.98% 0.41% -
XYZ 5.75 7.37 14.49 -
YUV 61.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 2 84 105 0.98 0.20 0 0.59 192.23 0.96 0.21
Hex 2 54 69 62 14 0 3B C0 60 15
Octal 2 124 151 142 24 0 73 300 140 25
Binary 10 1010100 1101001 1100010 10100 0 111011 11000000 1100000 10101

Color Harmonies of #025469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025469

Black with #025469

Text Example


Text Example

White with #025469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025469; }

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

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

background-color css

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

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

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

border-color css

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

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

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