#0259BB

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

Shades of Denim #0259BB

Tints of Denim #0259BB

Color information

#0259BB (or 0x0259BB) is unknown color: approx Denim. HEX triplet: 02, 59 and BB. RGB value is (2,89,187). Sum of RGB (Red+Green+Blue) = 2+89+187=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #0259BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259BB is #FDA644. Grayscale: #494949. Windows color (decimal): -16623173 or 12278018. OLE color: 12278018.

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

Color convert

RGB289187-
CMYK0.990.5200.27
HSL211.78º97.88%37.06%-
HSV(B)211.78º98.93%73.33%-
XYZ12.5710.7548.43-
YUV74.16191.6876.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 187 (73.44% from 255) = 67.27%
R=0.72%
G=32.01%
B=67.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2891870.990.5200.27211.7897.8837.06
Hex259BB633401Bd46225
Octal21312731436403332414245
Binary101011001101110111100011110100011011110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0259BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0259BB; }

 p { color: rgb(2,89,187); }

 H1.HeaderClassName
 {
   color: #0259BB;
 }
 .AnyTagClassName
 {
   color: #0259BB;
 }
</style>
background-color css

<style>
 a { background-color: #0259BB; }

 a { background-color: rgb(2,89,187); }

 div.DivClassName
 {
   background-color: #0259BB;
 }
 .BgClassName
 {
   background-color: #0259BB;
 }
</style>
border-color css

<style>
 span { border-color: #0259BB; }

 span { border-color: rgb(2,89,187); }

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