Html Css Color HEX #0640BC Cobalt

📋 copy color: '#0640BC'

red 6 ◦ green 64 ◦ blue 188

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

Shades of Cobalt #0640BC

Tints of Cobalt #0640BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.87%

R = 2.33%
G = 24.81%
B = 72.87%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0640BC (or 0x0640BC) is known color: Cobalt. HEX triplet: 06, 40 and BC. RGB value is (6,64,188). Sum of RGB (Red+Green+Blue) = 6+64+188=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #0640BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640BC is #F9BF43. Grayscale: #3C3C3C. Windows color (decimal): -16367428 or 12337158. OLE color: 12337158.

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

Color convert

RGB 6 64 188 -
CMYK 0.97 0.66 0 0.26
HSL 220.88º 0.94% 0.38% -
HSV(B) 220.88º 0.97% 0.74% -
XYZ 10.99 7.34 48.41 -
YUV 60.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 6 64 188 0.97 0.66 0 0.26 220.88 0.94 0.38
Hex 6 40 BC 61 42 0 1A DD 5E 26
Octal 6 100 274 141 102 0 32 335 136 46
Binary 110 1000000 10111100 1100001 1000010 0 11010 11011101 1011110 100110

Color Harmonies of #0640BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640BC

Black with #0640BC

Text Example


Text Example

White with #0640BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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