#025EB0

Color #025EB0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #025EB0

Tints of Denim #025EB0

Color information

#025EB0 (or 0x025EB0) is unknown color: approx Denim. HEX triplet: 02, 5E and B0. RGB value is (2,94,176). Sum of RGB (Red+Green+Blue) = 2+94+176=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #025EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025EB0 is #FDA14F. Grayscale: #4B4B4B. Windows color (decimal): -16621904 or 11558402. OLE color: 11558402.

HSL color Cylindrical-coordinate representation of color #025EB0: hue angle of 208.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EB0 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB294176-
CMYK0.990.4700.31
HSL208.28º97.75%34.9%-
HSV(B)208.28º98.86%69.02%-
XYZ11.8611.1542.6-
YUV75.84184.5275.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 176 (69.14% from 255) = 64.71%
R=0.74%
G=34.56%
B=64.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2941760.990.4700.31208.2897.7534.9
Hex25EB0632F01Fd06223
Octal21362601435703732014243
Binary101011110101100001100011101111011111110100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025EB0; }

 p { color: rgb(2,94,176); }

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

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

 a { background-color: rgb(2,94,176); }

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

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

 span { border-color: rgb(2,94,176); }

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