#064ACB

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

Shades of Denim #064ACB

Tints of Denim #064ACB

Color information

#064ACB (or 0x064ACB) is unknown color: approx Denim. HEX triplet: 06, 4A and CB. RGB value is (6,74,203). Sum of RGB (Red+Green+Blue) = 6+74+203=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #064ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ACB is #F9B534. Grayscale: #434343. Windows color (decimal): -16364853 or 13322758. OLE color: 13322758.

HSL color Cylindrical-coordinate representation of color #064ACB: hue angle of 219.29º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ACB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB674203-
CMYK0.970.6400.20
HSL219.29º94.26%40.98%-
HSV(B)219.29º97.04%79.61%-
XYZ13.39.2557.58-
YUV68.37203.9783.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 203 (79.69% from 255) = 71.73%
R=2.12%
G=26.15%
B=71.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6742030.970.6400.20219.2994.2640.98
Hex64ACB6140014db5e29
Octal611231314110002433313651
Binary11010010101100101111000011000000010100110110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064ACB; }

 p { color: rgb(6,74,203); }

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

<style>
 a { background-color: #064ACB; }

 a { background-color: rgb(6,74,203); }

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

<style>
 span { border-color: #064ACB; }

 span { border-color: rgb(6,74,203); }

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