Html Css Color HEX #0050EB Navy Blue

📋 copy color: '#0050EB'

red 0 ◦ green 80 ◦ blue 235

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

Shades of Navy Blue #0050EB

Tints of Navy Blue #0050EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 0%
G = 25.4%
B = 74.6%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0050EB (or 0x0050EB) is known color: Navy Blue. HEX triplet: 00, 50 and EB. RGB value is (0,80,235). Sum of RGB (Red+Green+Blue) = 0+80+235=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #0050EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0050EB is #FFAF14. Grayscale: #494949. Windows color (decimal): -16756501 or 15421440. OLE color: 15421440.

HSL color Cylindrical-coordinate representation of color #0050EB: hue angle of 219.57º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050EB is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 80 235 -
CMYK 1 0.66 0 0.08
HSL 219.57º 1% 0.46% -
HSV(B) 219.57º 1% 0.92% -
XYZ 17.86 11.74 79.92 -
YUV 73.75 219 75.4 -
System Red Green Blue C M Y K H S L
Decimal 0 80 235 1 0.66 0 0.08 219.57 1 0.46
Hex 0 50 EB 64 42 0 8 DC 64 2E
Octal 0 120 353 144 102 0 10 334 144 56
Binary 0 1010000 11101011 1100100 1000010 0 1000 11011100 1100100 101110

Color Harmonies of #0050EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0050EB

Black with #0050EB

Text Example


Text Example

White with #0050EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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