Html Css Color HEX #0650BC Cobalt

📋 copy color: '#0650BC'

red 6 ◦ green 80 ◦ blue 188

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

Shades of Cobalt #0650BC

Tints of Cobalt #0650BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 2.19%
G = 29.2%
B = 68.61%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0650BC (or 0x0650BC) is known color: Cobalt. HEX triplet: 06, 50 and BC. RGB value is (6,80,188). Sum of RGB (Red+Green+Blue) = 6+80+188=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #0650BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650BC is #F9AF43. Grayscale: #454545. Windows color (decimal): -16363332 or 12341254. OLE color: 12341254.

HSL color Cylindrical-coordinate representation of color #0650BC: hue angle of 215.6º 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 #0650BC is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 80 188 -
CMYK 0.97 0.57 0 0.26
HSL 215.6º 0.94% 0.38% -
HSV(B) 215.6º 0.97% 0.74% -
XYZ 12.02 9.41 48.76 -
YUV 70.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 6 80 188 0.97 0.57 0 0.26 215.6 0.94 0.38
Hex 6 50 BC 61 39 0 1A D8 5E 26
Octal 6 120 274 141 71 0 32 330 136 46
Binary 110 1010000 10111100 1100001 111001 0 11010 11011000 1011110 100110

Color Harmonies of #0650BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650BC

Black with #0650BC

Text Example


Text Example

White with #0650BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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