#064EB8

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

Shades of Cobalt #064EB8

Tints of Cobalt #064EB8

Color information

#064EB8 (or 0x064EB8) is unknown color: approx Cobalt. HEX triplet: 06, 4E and B8. RGB value is (6,78,184). Sum of RGB (Red+Green+Blue) = 6+78+184=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #064EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EB8 is #F9B147. Grayscale: #444444. Windows color (decimal): -16363848 or 12078598. OLE color: 12078598.

HSL color Cylindrical-coordinate representation of color #064EB8: hue angle of 215.73º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EB8 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB678184-
CMYK0.970.5800.28
HSL215.73º93.68%37.25%-
HSV(B)215.73º96.74%72.16%-
XYZ11.458.9546.47-
YUV68.56193.1583.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.24%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 184 (72.27% from 255) = 68.66%
R=2.24%
G=29.10%
B=68.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6781840.970.5800.28215.7393.6837.25
Hex64EB8613A01Cd85e25
Octal61162701417203433013645
Binary1101001110101110001100001111010011100110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,184); }

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

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

 a { background-color: rgb(6,78,184); }

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

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

 span { border-color: rgb(6,78,184); }

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