Html Css Color HEX #0650AC Cobalt

📋 copy color: '#0650AC'

red 6 ◦ green 80 ◦ blue 172

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

Shades of Cobalt #0650AC

Tints of Cobalt #0650AC

RGB

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

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

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

R = 2.33%
G = 31.01%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0650AC (or 0x0650AC) is known color: Cobalt. HEX triplet: 06, 50 and AC. RGB value is (6,80,172). Sum of RGB (Red+Green+Blue) = 6+80+172=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #0650AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0650AC is #F9AF53. Grayscale: #434343. Windows color (decimal): -16363348 or 11292678. OLE color: 11292678.

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

Color convert

RGB 6 80 172 -
CMYK 0.97 0.53 0 0.33
HSL 213.25º 0.93% 0.35% -
HSV(B) 213.25º 0.97% 0.67% -
XYZ 10.39 8.75 40.17 -
YUV 68.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 6 80 172 0.97 0.53 0 0.33 213.25 0.93 0.35
Hex 6 50 AC 61 35 0 21 D5 5D 23
Octal 6 120 254 141 65 0 41 325 135 43
Binary 110 1010000 10101100 1100001 110101 0 100001 11010101 1011101 100011

Color Harmonies of #0650AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650AC

Black with #0650AC

Text Example


Text Example

White with #0650AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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