#0266B0

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

Shades of Denim #0266B0

Tints of Denim #0266B0

Color information

#0266B0 (or 0x0266B0) is unknown color: approx Denim. HEX triplet: 02, 66 and B0. RGB value is (2,102,176). Sum of RGB (Red+Green+Blue) = 2+102+176=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 176 (69.14% from 255 or 62.86% from 280); Max value from RGB is 176 - color contains mainly: blue. Hex color #0266B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266B0 is #FD994F. Grayscale: #505050. Windows color (decimal): -16619856 or 11560450. OLE color: 11560450.

HSL color Cylindrical-coordinate representation of color #0266B0: hue angle of 205.52º 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 #0266B0 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2102176-
CMYK0.990.4200.31
HSL205.52º97.75%34.9%-
HSV(B)205.52º98.86%69.02%-
XYZ12.6112.6542.85-
YUV80.54181.8771.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 176 (69.14% from 255) = 62.86%
R=0.71%
G=36.43%
B=62.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21021760.990.4200.31205.5297.7534.9
Hex266B0632A01Fce6223
Octal21462601435203731614243
Binary101100110101100001100011101010011111110011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0266B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0266B0; }

 p { color: rgb(2,102,176); }

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

<style>
 a { background-color: #0266B0; }

 a { background-color: rgb(2,102,176); }

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

<style>
 span { border-color: #0266B0; }

 span { border-color: rgb(2,102,176); }

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