#025BBA

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

Shades of Denim #025BBA

Tints of Denim #025BBA

Color information

#025BBA (or 0x025BBA) is unknown color: approx Denim. HEX triplet: 02, 5B and BA. RGB value is (2,91,186). Sum of RGB (Red+Green+Blue) = 2+91+186=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #025BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BBA is #FDA445. Grayscale: #4A4A4A. Windows color (decimal): -16622662 or 12212994. OLE color: 12212994.

HSL color Cylindrical-coordinate representation of color #025BBA: hue angle of 210.98º 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 #025BBA is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB291186-
CMYK0.990.5100.27
HSL210.98º97.87%36.86%-
HSV(B)210.98º98.92%72.94%-
XYZ12.6311.0447.92-
YUV75.22190.5175.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=0.72%
G=32.62%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2911860.990.5100.27210.9897.8736.86
Hex25BBA633301Bd36225
Octal21332721436303332314245
Binary101011011101110101100011110011011011110100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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