Html Css Color HEX #0050BE Cobalt

📋 copy color: '#0050BE'

red 0 ◦ green 80 ◦ blue 190

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

Shades of Cobalt #0050BE

Tints of Cobalt #0050BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 0%
G = 29.63%
B = 70.37%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0050BE (or 0x0050BE) is known color: Cobalt. HEX triplet: 00, 50 and BE. RGB value is (0,80,190). Sum of RGB (Red+Green+Blue) = 0+80+190=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #0050BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050BE is #FFAF41. Grayscale: #444444. Windows color (decimal): -16756546 or 12472320. OLE color: 12472320.

HSL color Cylindrical-coordinate representation of color #0050BE: hue angle of 214.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050BE is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 80 190 -
CMYK 1 0.58 0 0.25
HSL 214.74º 1% 0.37% -
HSV(B) 214.74º 1% 0.75% -
XYZ 12.16 9.46 49.9 -
YUV 68.62 196.5 79.06 -
System Red Green Blue C M Y K H S L
Decimal 0 80 190 1 0.58 0 0.25 214.74 1 0.37
Hex 0 50 BE 64 3A 0 19 D7 64 25
Octal 0 120 276 144 72 0 31 327 144 45
Binary 0 1010000 10111110 1100100 111010 0 11001 11010111 1100100 100101

Color Harmonies of #0050BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0050BE

Black with #0050BE

Text Example


Text Example

White with #0050BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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