Html Css Color HEX #025069 Blue Lagoon

📋 copy color: '#025069'

red 2 ◦ green 80 ◦ blue 105

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

Shades of Blue Lagoon #025069

Tints of Blue Lagoon #025069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 1.07%
G = 42.78%
B = 56.15%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#025069 (or 0x025069) is known color: Blue Lagoon. HEX triplet: 02, 50 and 69. RGB value is (2,80,105). Sum of RGB (Red+Green+Blue) = 2+80+105=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #025069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025069 is #FDAF96. Grayscale: #3B3B3B. Windows color (decimal): -16625559 or 6901762. OLE color: 6901762.

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

Color convert

RGB 2 80 105 -
CMYK 0.98 0.24 0 0.59
HSL 194.56º 0.96% 0.21% -
HSV(B) 194.56º 0.98% 0.41% -
XYZ 5.44 6.77 14.38 -
YUV 59.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 2 80 105 0.98 0.24 0 0.59 194.56 0.96 0.21
Hex 2 50 69 62 18 0 3B C3 60 15
Octal 2 120 151 142 30 0 73 303 140 25
Binary 10 1010000 1101001 1100010 11000 0 111011 11000011 1100000 10101

Color Harmonies of #025069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025069

Black with #025069

Text Example


Text Example

White with #025069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025069; }

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

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

background-color css

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

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

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

border-color css

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

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

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