#0264AE

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

Shades of Denim #0264AE

Tints of Denim #0264AE

Color information

#0264AE (or 0x0264AE) is unknown color: approx Denim. HEX triplet: 02, 64 and AE. RGB value is (2,100,174). Sum of RGB (Red+Green+Blue) = 2+100+174=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #0264AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0264AE is #FD9B51. Grayscale: #4E4E4E. Windows color (decimal): -16620370 or 11428866. OLE color: 11428866.

HSL color Cylindrical-coordinate representation of color #0264AE: hue angle of 205.81º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264AE is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2100174-
CMYK0.990.4300.32
HSL205.81º97.73%34.51%-
HSV(B)205.81º98.85%68.24%-
XYZ12.2212.1841.75-
YUV79.13181.5372.98-

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) = 36.23%
BLUE value IS 174 (68.36% from 255) = 63.04%
R=0.72%
G=36.23%
B=63.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21001740.990.4300.32205.8197.7334.51
Hex264AE632B020ce6223
Octal21442561435304031614243
Binary1011001001010111011000111010110100000110011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0264AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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