Html Css Color HEX #0640AA Cobalt

📋 copy color: '#0640AA'

red 6 ◦ green 64 ◦ blue 170

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

Shades of Cobalt #0640AA

Tints of Cobalt #0640AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.83%

R = 2.5%
G = 26.67%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0640AA (or 0x0640AA) is known color: Cobalt. HEX triplet: 06, 40 and AA. RGB value is (6,64,170). Sum of RGB (Red+Green+Blue) = 6+64+170=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #0640AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0640AA is #F9BF55. Grayscale: #3A3A3A. Windows color (decimal): -16367446 or 11157510. OLE color: 11157510.

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

Color convert

RGB 6 64 170 -
CMYK 0.96 0.62 0 0.33
HSL 218.78º 0.93% 0.35% -
HSV(B) 218.78º 0.96% 0.67% -
XYZ 9.16 6.61 38.82 -
YUV 58.74 190.78 90.38 -
System Red Green Blue C M Y K H S L
Decimal 6 64 170 0.96 0.62 0 0.33 218.78 0.93 0.35
Hex 6 40 AA 60 3E 0 21 DB 5D 23
Octal 6 100 252 140 76 0 41 333 135 43
Binary 110 1000000 10101010 1100000 111110 0 100001 11011011 1011101 100011

Color Harmonies of #0640AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640AA

Black with #0640AA

Text Example


Text Example

White with #0640AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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