#064AAD

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

Shades of Cobalt #064AAD

Tints of Cobalt #064AAD

Color information

#064AAD (or 0x064AAD) is unknown color: approx Cobalt. HEX triplet: 06, 4A and AD. RGB value is (6,74,173). Sum of RGB (Red+Green+Blue) = 6+74+173=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #064AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AAD is #F9B552. Grayscale: #404040. Windows color (decimal): -16364883 or 11356678. OLE color: 11356678.

HSL color Cylindrical-coordinate representation of color #064AAD: hue angle of 215.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AAD is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB674173-
CMYK0.970.5700.32
HSL215.57º93.3%35.1%-
HSV(B)215.57º96.53%67.84%-
XYZ10.077.9540.54-
YUV64.95188.9785.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.37%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 173 (67.97% from 255) = 68.38%
R=2.37%
G=29.25%
B=68.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6741730.970.5700.32215.5793.335.1
Hex64AAD6139020d85d23
Octal61122551417104033013543
Binary11010010101010110111000011110010100000110110001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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