#064D9B

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

Shades of Cobalt #064D9B

Tints of Cobalt #064D9B

Color information

#064D9B (or 0x064D9B) is unknown color: approx Cobalt. HEX triplet: 06, 4D and 9B. RGB value is (6,77,155). Sum of RGB (Red+Green+Blue) = 6+77+155=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #064D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064D9B is #F9B264. Grayscale: #404040. Windows color (decimal): -16364133 or 10177798. OLE color: 10177798.

HSL color Cylindrical-coordinate representation of color #064D9B: hue angle of 211.41º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064D9B is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB677155-
CMYK0.960.5000.39
HSL211.41º92.55%31.57%-
HSV(B)211.41º96.13%60.78%-
XYZ8.657.7132.04-
YUV64.66178.9886.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=2.52%
G=32.35%
B=65.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6771550.960.5000.39211.4192.5531.57
Hex64D9B6032027d35d20
Octal61152331406204732313540
Binary11010011011001101111000001100100100111110100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,77,155); }

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

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

 a { background-color: rgb(6,77,155); }

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

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

 span { border-color: rgb(6,77,155); }

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