#025AB7

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

Shades of Denim #025AB7

Tints of Denim #025AB7

Color information

#025AB7 (or 0x025AB7) is unknown color: approx Denim. HEX triplet: 02, 5A and B7. RGB value is (2,90,183). Sum of RGB (Red+Green+Blue) = 2+90+183=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #025AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025AB7 is #FDA548. Grayscale: #494949. Windows color (decimal): -16622921 or 12016130. OLE color: 12016130.

HSL color Cylindrical-coordinate representation of color #025AB7: hue angle of 210.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025AB7 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB290183-
CMYK0.990.5100.28
HSL210.83º97.84%36.27%-
HSV(B)210.83º98.91%71.76%-
XYZ12.2310.7446.23-
YUV74.29189.3576.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 183 (71.88% from 255) = 66.55%
R=0.73%
G=32.73%
B=66.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2901830.990.5100.28210.8397.8436.27
Hex25AB7633301Cd36224
Octal21322671436303432314244
Binary101011010101101111100011110011011100110100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,90,183); }

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

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

 a { background-color: rgb(2,90,183); }

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

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

 span { border-color: rgb(2,90,183); }

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