#0640AB

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

Shades of Cobalt #0640AB

Tints of Cobalt #0640AB

Color information

#0640AB (or 0x0640AB) is unknown color: approx Cobalt. HEX triplet: 06, 40 and AB. RGB value is (6,64,171). Sum of RGB (Red+Green+Blue) = 6+64+171=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0640AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0640AB is #F9BF54. Grayscale: #3A3A3A. Windows color (decimal): -16367445 or 11223046. OLE color: 11223046.

HSL color Cylindrical-coordinate representation of color #0640AB: hue angle of 218.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0640AB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB664171-
CMYK0.960.6300.33
HSL218.91º93.22%34.71%-
HSV(B)218.91º96.49%67.06%-
XYZ9.266.6539.32-
YUV58.86191.2890.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=2.49%
G=26.56%
B=70.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6641710.960.6300.33218.9193.2234.71
Hex640AB603F021db5d23
Octal61002531407704133313543
Binary11010000001010101111000001111110100001110110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0640AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0640AB; }

 p { color: rgb(6,64,171); }

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

<style>
 a { background-color: #0640AB; }

 a { background-color: rgb(6,64,171); }

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

<style>
 span { border-color: #0640AB; }

 span { border-color: rgb(6,64,171); }

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