Html Css Color HEX #0550EB Navy Blue

📋 copy color: '#0550EB'

red 5 ◦ green 80 ◦ blue 235

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

Shades of Navy Blue #0550EB

Tints of Navy Blue #0550EB

RGB

 RED value IS 5 (2.34% from 255) = 1.56%

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

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

R = 1.56%
G = 25%
B = 73.44%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0550EB (or 0x0550EB) is known color: Navy Blue. HEX triplet: 05, 50 and EB. RGB value is (5,80,235). Sum of RGB (Red+Green+Blue) = 5+80+235=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #0550EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0550EB is #FAAF14. Grayscale: #4A4A4A. Windows color (decimal): -16428821 or 15421445. OLE color: 15421445.

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

Color convert

RGB 5 80 235 -
CMYK 0.98 0.66 0 0.08
HSL 220.43º 0.96% 0.47% -
HSV(B) 220.43º 0.98% 0.92% -
XYZ 17.93 11.77 79.92 -
YUV 75.25 218.15 77.9 -
System Red Green Blue C M Y K H S L
Decimal 5 80 235 0.98 0.66 0 0.08 220.43 0.96 0.47
Hex 5 50 EB 62 42 0 8 DC 60 2F
Octal 5 120 353 142 102 0 10 334 140 57
Binary 101 1010000 11101011 1100010 1000010 0 1000 11011100 1100000 101111

Color Harmonies of #0550EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0550EB

Black with #0550EB

Text Example


Text Example

White with #0550EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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