#025066

Color #025066 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #025066

Tints of Blue Lagoon #025066

Color information

#025066 (or 0x025066) is unknown color: approx Blue Lagoon. HEX triplet: 02, 50 and 66. RGB value is (2,80,102). Sum of RGB (Red+Green+Blue) = 2+80+102=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #025066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025066 is #FDAF99. Grayscale: #3B3B3B. Windows color (decimal): -16625562 or 6705154. OLE color: 6705154.

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

Color convert

RGB280102-
CMYK0.980.2200.6
HSL193.2º96.15%20.39%-
HSV(B)193.2º98.04%40%-
XYZ5.296.7113.59-
YUV59.19152.1687.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=1.09%
G=43.48%
B=55.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2801020.980.2200.6193.296.1520.39
Hex25066621603Cc16014
Octal21201461422607430114024
Binary1010100001100110110001010110011110011000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025066; }

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

 H1.HeaderClassName
 {
   color: #025066;
 }
 .AnyTagClassName
 {
   color: #025066;
 }
</style>
background-color css

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

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

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

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

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

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