#0260B7

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

Shades of Denim #0260B7

Tints of Denim #0260B7

Color information

#0260B7 (or 0x0260B7) is unknown color: approx 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

RGB296183-
CMYK0.990.4800.28
HSL208.84º97.84%36.27%-
HSV(B)208.84º98.91%71.76%-
XYZ12.7611.846.4-
YUV77.81187.3673.93-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2961830.990.4800.28208.8497.8436.27
Hex260B7633001Cd16224
Octal21402671436003432114244
Binary101100000101101111100011110000011100110100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0260B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>