Html Css Color HEX #0450FF Navy Blue

📋 copy color: '#0450FF'

red 4 ◦ green 80 ◦ blue 255

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

Shades of Navy Blue #0450FF

Tints of Navy Blue #0450FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.22%

R = 1.18%
G = 23.6%
B = 75.22%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0450FF (or 0x0450FF) is known color: Navy Blue. HEX triplet: 04, 50 and FF. RGB value is (4,80,255). Sum of RGB (Red+Green+Blue) = 4+80+255=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #0450FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0450FF is #FBAF00. Grayscale: #4C4C4C. Windows color (decimal): -16494337 or 16732164. OLE color: 16732164.

HSL color Cylindrical-coordinate representation of color #0450FF: hue angle of 221.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450FF is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 80 255 -
CMYK 0.98 0.69 0 0
HSL 221.83º 1% 0.51% -
HSV(B) 221.83º 0.98% 1% -
XYZ 20.97 12.98 96.01 -
YUV 77.23 228.32 75.77 -
System Red Green Blue C M Y K H S L
Decimal 4 80 255 0.98 0.69 0 0 221.83 1 0.51
Hex 4 50 FF 62 45 0 0 DE 64 33
Octal 4 120 377 142 105 0 0 336 144 63
Binary 100 1010000 11111111 1100010 1000101 0 0 11011110 1100100 110011

Color Harmonies of #0450FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450FF

Black with #0450FF

Text Example


Text Example

White with #0450FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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