Html Css Color HEX #025AB9 Denim

📋 copy color: '#025AB9'

red 2 ◦ green 90 ◦ blue 185

#025AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #025AB9

Tints of Denim #025AB9

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 185 (72.66% from 255) = 66.79%

R = 0.72%
G = 32.49%
B = 66.79%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#025AB9 (or 0x025AB9) is known color: Denim. HEX triplet: 02, 5A and B9. RGB value is (2,90,185). Sum of RGB (Red+Green+Blue) = 2+90+185=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #025AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025AB9 is #FDA546. Grayscale: #4A4A4A. Windows color (decimal): -16622919 or 12147202. OLE color: 12147202.

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

Color convert

RGB 2 90 185 -
CMYK 0.99 0.51 0 0.27
HSL 211.15º 0.98% 0.37% -
HSV(B) 211.15º 0.99% 0.73% -
XYZ 12.44 10.83 47.33 -
YUV 74.52 190.35 76.28 -
System Red Green Blue C M Y K H S L
Decimal 2 90 185 0.99 0.51 0 0.27 211.15 0.98 0.37
Hex 2 5A B9 63 33 0 1B D3 62 25
Octal 2 132 271 143 63 0 33 323 142 45
Binary 10 1011010 10111001 1100011 110011 0 11011 11010011 1100010 100101

Color Harmonies of #025AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AB9

Black with #025AB9

Text Example


Text Example

White with #025AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #025AB9;
 }
 .AnyTagClassName
 {
   color: #025AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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