Html Css Color HEX #0050AD Cobalt

📋 copy color: '#0050AD'

red 0 ◦ green 80 ◦ blue 173

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

Shades of Cobalt #0050AD

Tints of Cobalt #0050AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 173 (67.97% from 255) = 68.38%

R = 0%
G = 31.62%
B = 68.38%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0050AD (or 0x0050AD) is known color: Cobalt. HEX triplet: 00, 50 and AD. RGB value is (0,80,173). Sum of RGB (Red+Green+Blue) = 0+80+173=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #0050AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0050AD is #FFAF52. Grayscale: #424242. Windows color (decimal): -16756563 or 11358208. OLE color: 11358208.

HSL color Cylindrical-coordinate representation of color #0050AD: hue angle of 212.25º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050AD is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 80 173 -
CMYK 1 0.54 0 0.32
HSL 212.25º 1% 0.34% -
HSV(B) 212.25º 1% 0.68% -
XYZ 10.41 8.75 40.68 -
YUV 66.68 188 80.44 -
System Red Green Blue C M Y K H S L
Decimal 0 80 173 1 0.54 0 0.32 212.25 1 0.34
Hex 0 50 AD 64 36 0 20 D4 64 22
Octal 0 120 255 144 66 0 40 324 144 42
Binary 0 1010000 10101101 1100100 110110 0 100000 11010100 1100100 100010

Color Harmonies of #0050AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0050AD

Black with #0050AD

Text Example


Text Example

White with #0050AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0050AD; }

 p { color: rgb(0,80,173); }

 H1.HeaderClassName
 {
   color: #0050AD;
 }
 .AnyTagClassName
 {
   color: #0050AD;
 }
</style>

background-color css

<style>
 a { background-color: #0050AD; }

 a { background-color: rgb(0,80,173); }

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

border-color css

<style>
 span { border-color: #0050AD; }

 span { border-color: rgb(0,80,173); }

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