#025DBA

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

Shades of Denim #025DBA

Tints of Denim #025DBA

Color information

#025DBA (or 0x025DBA) is unknown color: approx Denim. HEX triplet: 02, 5D and BA. RGB value is (2,93,186). Sum of RGB (Red+Green+Blue) = 2+93+186=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #025DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DBA is #FDA245. Grayscale: #4B4B4B. Windows color (decimal): -16622150 or 12213506. OLE color: 12213506.

HSL color Cylindrical-coordinate representation of color #025DBA: hue angle of 210.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DBA is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB293186-
CMYK0.990.500.27
HSL210.33º97.87%36.86%-
HSV(B)210.33º98.92%72.94%-
XYZ12.811.3947.98-
YUV76.39189.8574.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=0.71%
G=33.10%
B=66.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2931860.990.500.27210.3397.8736.86
Hex25DBA633201Bd26225
Octal21352721436203332214245
Binary101011101101110101100011110010011011110100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,93,186); }

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

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

 a { background-color: rgb(2,93,186); }

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

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

 span { border-color: rgb(2,93,186); }

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