Html Css Color HEX #0640BA Cobalt

📋 copy color: '#0640BA'

red 6 ◦ green 64 ◦ blue 186

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

Shades of Cobalt #0640BA

Tints of Cobalt #0640BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 2.34%
G = 25%
B = 72.66%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0640BA (or 0x0640BA) is known color: Cobalt. HEX triplet: 06, 40 and BA. RGB value is (6,64,186). Sum of RGB (Red+Green+Blue) = 6+64+186=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #0640BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640BA is #F9BF45. Grayscale: #3C3C3C. Windows color (decimal): -16367430 or 12206086. OLE color: 12206086.

HSL color Cylindrical-coordinate representation of color #0640BA: hue angle of 220.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640BA is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 64 186 -
CMYK 0.97 0.66 0 0.27
HSL 220.67º 0.94% 0.38% -
HSV(B) 220.67º 0.97% 0.73% -
XYZ 10.77 7.25 47.29 -
YUV 60.57 198.78 89.08 -
System Red Green Blue C M Y K H S L
Decimal 6 64 186 0.97 0.66 0 0.27 220.67 0.94 0.38
Hex 6 40 BA 61 42 0 1B DD 5E 26
Octal 6 100 272 141 102 0 33 335 136 46
Binary 110 1000000 10111010 1100001 1000010 0 11011 11011101 1011110 100110

Color Harmonies of #0640BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640BA

Black with #0640BA

Text Example


Text Example

White with #0640BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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