#0264B0

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

Shades of Denim #0264B0

Tints of Denim #0264B0

Color information

#0264B0 (or 0x0264B0) is unknown color: approx Denim. HEX triplet: 02, 64 and B0. RGB value is (2,100,176). Sum of RGB (Red+Green+Blue) = 2+100+176=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #0264B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0264B0 is #FD9B4F. Grayscale: #4E4E4E. Windows color (decimal): -16620368 or 11559938. OLE color: 11559938.

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

Color convert

RGB2100176-
CMYK0.990.4300.31
HSL206.21º97.75%34.9%-
HSV(B)206.21º98.86%69.02%-
XYZ12.4212.2642.79-
YUV79.36182.5372.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 176 (69.14% from 255) = 63.31%
R=0.72%
G=35.97%
B=63.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21001760.990.4300.31206.2197.7534.9
Hex264B0632B01Fce6223
Octal21442601435303731614243
Binary101100100101100001100011101011011111110011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0264B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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