Html Css Color HEX #0640AC Cobalt

📋 copy color: '#0640AC'

red 6 ◦ green 64 ◦ blue 172

#0640AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0640AC

Tints of Cobalt #0640AC

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 172 (67.58% from 255) = 71.07%

R = 2.48%
G = 26.45%
B = 71.07%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0640AC (or 0x0640AC) is known color: Cobalt. HEX triplet: 06, 40 and AC. RGB value is (6,64,172). Sum of RGB (Red+Green+Blue) = 6+64+172=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #0640AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0640AC is #F9BF53. Grayscale: #3A3A3A. Windows color (decimal): -16367444 or 11288582. OLE color: 11288582.

HSL color Cylindrical-coordinate representation of color #0640AC: hue angle of 219.04º 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 #0640AC is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 64 172 -
CMYK 0.97 0.63 0 0.33
HSL 219.04º 0.93% 0.35% -
HSV(B) 219.04º 0.97% 0.67% -
XYZ 9.35 6.68 39.83 -
YUV 58.97 191.78 90.22 -
System Red Green Blue C M Y K H S L
Decimal 6 64 172 0.97 0.63 0 0.33 219.04 0.93 0.35
Hex 6 40 AC 61 3F 0 21 DB 5D 23
Octal 6 100 254 141 77 0 41 333 135 43
Binary 110 1000000 10101100 1100001 111111 0 100001 11011011 1011101 100011

Color Harmonies of #0640AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640AC

Black with #0640AC

Text Example


Text Example

White with #0640AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0640AC;
 }
 .AnyTagClassName
 {
   color: #0640AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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