#0641AC

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

Shades of Cobalt #0641AC

Tints of Cobalt #0641AC

Color information

#0641AC (or 0x0641AC) is unknown color: approx Cobalt. HEX triplet: 06, 41 and AC. RGB value is (6,65,172). Sum of RGB (Red+Green+Blue) = 6+65+172=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #0641AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0641AC is #F9BE53. Grayscale: #3B3B3B. Windows color (decimal): -16367188 or 11288838. OLE color: 11288838.

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

Color convert

RGB665172-
CMYK0.970.6200.33
HSL218.67º93.26%34.9%-
HSV(B)218.67º96.51%67.45%-
XYZ9.416.839.85-
YUV59.56191.4589.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 172 (67.58% from 255) = 70.78%
R=2.47%
G=26.75%
B=70.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6651720.970.6200.33218.6793.2634.9
Hex641AC613E021db5d23
Octal61012541417604133313543
Binary11010000011010110011000011111100100001110110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0641AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0641AC; }

 p { color: rgb(6,65,172); }

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

<style>
 a { background-color: #0641AC; }

 a { background-color: rgb(6,65,172); }

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

<style>
 span { border-color: #0641AC; }

 span { border-color: rgb(6,65,172); }

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