Html Css Color HEX #025BBA Denim

📋 copy color: '#025BBA'

red 2 ◦ green 91 ◦ blue 186

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

Shades of Denim #025BBA

Tints of Denim #025BBA

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 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

#025BBA (or 0x025BBA) is known color: 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

RGB 2 91 186 -
CMYK 0.99 0.51 0 0.27
HSL 210.98º 0.98% 0.37% -
HSV(B) 210.98º 0.99% 0.73% -
XYZ 12.63 11.04 47.92 -
YUV 75.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 2 91 186 0.99 0.51 0 0.27 210.98 0.98 0.37
Hex 2 5B BA 63 33 0 1B D3 62 25
Octal 2 133 272 143 63 0 33 323 142 45
Binary 10 1011011 10111010 1100011 110011 0 11011 11010011 1100010 100101

Color Harmonies of #025BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BBA

Black with #025BBA

Text Example


Text Example

White with #025BBA

Text Example


Text Example

HTML Codes & Css Web 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>