Html Css Color HEX #0450DC Navy Blue

📋 copy color: '#0450DC'

red 4 ◦ green 80 ◦ blue 220

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

Shades of Navy Blue #0450DC

Tints of Navy Blue #0450DC

RGB

 RED value IS 4 (1.95% from 255) = 1.32%

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

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 1.32%
G = 26.32%
B = 72.37%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0450DC (or 0x0450DC) is known color: Navy Blue. HEX triplet: 04, 50 and DC. RGB value is (4,80,220). Sum of RGB (Red+Green+Blue) = 4+80+220=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #0450DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450DC is #FBAF23. Grayscale: #484848. Windows color (decimal): -16494372 or 14438404. OLE color: 14438404.

HSL color Cylindrical-coordinate representation of color #0450DC: hue angle of 218.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450DC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 80 220 -
CMYK 0.98 0.64 0 0.14
HSL 218.89º 0.96% 0.44% -
HSV(B) 218.89º 0.98% 0.86% -
XYZ 15.84 10.93 68.99 -
YUV 73.24 210.82 78.62 -
System Red Green Blue C M Y K H S L
Decimal 4 80 220 0.98 0.64 0 0.14 218.89 0.96 0.44
Hex 4 50 DC 62 40 0 E DB 60 2C
Octal 4 120 334 142 100 0 16 333 140 54
Binary 100 1010000 11011100 1100010 1000000 0 1110 11011011 1100000 101100

Color Harmonies of #0450DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450DC

Black with #0450DC

Text Example


Text Example

White with #0450DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0450DC; }

 p { color: rgb(4,80,220); }

 H1.HeaderClassName
 {
   color: #0450DC;
 }
 .AnyTagClassName
 {
   color: #0450DC;
 }
</style>

background-color css

<style>
 a { background-color: #0450DC; }

 a { background-color: rgb(4,80,220); }

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

border-color css

<style>
 span { border-color: #0450DC; }

 span { border-color: rgb(4,80,220); }

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