Html Css Color HEX #025FB1 Denim

📋 copy color: '#025FB1'

red 2 ◦ green 95 ◦ blue 177

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

Shades of Denim #025FB1

Tints of Denim #025FB1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.67%

 BLUE value IS 177 (69.53% from 255) = 64.6%

R = 0.73%
G = 34.67%
B = 64.6%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#025FB1 (or 0x025FB1) is known color: Denim. HEX triplet: 02, 5F and B1. RGB value is (2,95,177). Sum of RGB (Red+Green+Blue) = 2+95+177=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #025FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025FB1 is #FDA04E. Grayscale: #4C4C4C. Windows color (decimal): -16621647 or 11624194. OLE color: 11624194.

HSL color Cylindrical-coordinate representation of color #025FB1: hue angle of 208.11º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025FB1 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 95 177 -
CMYK 0.99 0.46 0 0.31
HSL 208.11º 0.98% 0.35% -
HSV(B) 208.11º 0.99% 0.69% -
XYZ 12.05 11.37 43.15 -
YUV 76.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 2 95 177 0.99 0.46 0 0.31 208.11 0.98 0.35
Hex 2 5F B1 63 2E 0 1F D0 62 23
Octal 2 137 261 143 56 0 37 320 142 43
Binary 10 1011111 10110001 1100011 101110 0 11111 11010000 1100010 100011

Color Harmonies of #025FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FB1

Black with #025FB1

Text Example


Text Example

White with #025FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,95,177); }

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

background-color css

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

 a { background-color: rgb(2,95,177); }

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

border-color css

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

 span { border-color: rgb(2,95,177); }

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