#064AC3

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

Shades of Cobalt #064AC3

Tints of Cobalt #064AC3

Color information

#064AC3 (or 0x064AC3) is unknown color: approx Cobalt. HEX triplet: 06, 4A and C3. RGB value is (6,74,195). Sum of RGB (Red+Green+Blue) = 6+74+195=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #064AC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AC3 is #F9B53C. Grayscale: #424242. Windows color (decimal): -16364861 or 12798470. OLE color: 12798470.

HSL color Cylindrical-coordinate representation of color #064AC3: hue angle of 218.41º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AC3 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB674195-
CMYK0.970.6200.24
HSL218.41º94.03%39.41%-
HSV(B)218.41º96.92%76.47%-
XYZ12.378.8852.69-
YUV67.46199.9784.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.18%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 195 (76.56% from 255) = 70.91%
R=2.18%
G=26.91%
B=70.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6741950.970.6200.24218.4194.0339.41
Hex64AC3613E018da5e27
Octal61123031417603033213647
Binary1101001010110000111100001111110011000110110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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