Html Css Color HEX #0260B7 Denim

📋 copy color: '#0260B7'

red 2 ◦ green 96 ◦ blue 183

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

Shades of Denim #0260B7

Tints of Denim #0260B7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 183 (71.88% from 255) = 65.12%

R = 0.71%
G = 34.16%
B = 65.12%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0260B7 (or 0x0260B7) is known color: Denim. HEX triplet: 02, 60 and B7. RGB value is (2,96,183). Sum of RGB (Red+Green+Blue) = 2+96+183=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #0260B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260B7 is #FD9F48. Grayscale: #4D4D4D. Windows color (decimal): -16621385 or 12017666. OLE color: 12017666.

HSL color Cylindrical-coordinate representation of color #0260B7: hue angle of 208.84º 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 #0260B7 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 96 183 -
CMYK 0.99 0.48 0 0.28
HSL 208.84º 0.98% 0.36% -
HSV(B) 208.84º 0.99% 0.72% -
XYZ 12.76 11.8 46.4 -
YUV 77.81 187.36 73.93 -
System Red Green Blue C M Y K H S L
Decimal 2 96 183 0.99 0.48 0 0.28 208.84 0.98 0.36
Hex 2 60 B7 63 30 0 1C D1 62 24
Octal 2 140 267 143 60 0 34 321 142 44
Binary 10 1100000 10110111 1100011 110000 0 11100 11010001 1100010 100100

Color Harmonies of #0260B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260B7

Black with #0260B7

Text Example


Text Example

White with #0260B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0260B7; }

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

 H1.HeaderClassName
 {
   color: #0260B7;
 }
 .AnyTagClassName
 {
   color: #0260B7;
 }
</style>

background-color css

<style>
 a { background-color: #0260B7; }

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

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

border-color css

<style>
 span { border-color: #0260B7; }

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

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