#0450E3

Color #0450E3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0450E3

Tints of Navy Blue #0450E3

Color information

#0450E3 (or 0x0450E3) is unknown color: approx Navy Blue. HEX triplet: 04, 50 and E3. RGB value is (4,80,227). Sum of RGB (Red+Green+Blue) = 4+80+227=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 227 (89.06% from 255 or 72.99% from 311); Max value from RGB is 227 - color contains mainly: blue. Hex color #0450E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450E3 is #FBAF1C. Grayscale: #494949. Windows color (decimal): -16494365 or 14897156. OLE color: 14897156.

HSL color Cylindrical-coordinate representation of color #0450E3: hue angle of 219.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450E3 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB480227-
CMYK0.980.6500.11
HSL219.55º96.54%45.29%-
HSV(B)219.55º98.24%89.02%-
XYZ16.7811.3173.97-
YUV74.03214.3278.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 227 (89.06% from 255) = 72.99%
R=1.29%
G=25.72%
B=72.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal4802270.980.6500.11219.5596.5445.29
Hex450E362410Bdc612d
Octal412034314210101333414155
Binary1001010000111000111100010100000101011110111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0450E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0450E3;
 }
 .AnyTagClassName
 {
   color: #0450E3;
 }
</style>
background-color css

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

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

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

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

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

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