Html Css Color HEX #0450FB Navy Blue

📋 copy color: '#0450FB'

red 4 ◦ green 80 ◦ blue 251

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

Shades of Navy Blue #0450FB

Tints of Navy Blue #0450FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.93%

R = 1.19%
G = 23.88%
B = 74.93%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0450FB (or 0x0450FB) is known color: Navy Blue. HEX triplet: 04, 50 and FB. RGB value is (4,80,251). Sum of RGB (Red+Green+Blue) = 4+80+251=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #0450FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0450FB is #FBAF04. Grayscale: #4C4C4C. Windows color (decimal): -16494341 or 16470020. OLE color: 16470020.

HSL color Cylindrical-coordinate representation of color #0450FB: hue angle of 221.54º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450FB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 80 251 -
CMYK 0.98 0.68 0 0.02
HSL 221.54º 0.97% 0.5% -
HSV(B) 221.54º 0.98% 0.98% -
XYZ 20.33 12.73 92.65 -
YUV 76.77 226.32 76.1 -
System Red Green Blue C M Y K H S L
Decimal 4 80 251 0.98 0.68 0 0.02 221.54 0.97 0.5
Hex 4 50 FB 62 44 0 2 DE 61 32
Octal 4 120 373 142 104 0 2 336 141 62
Binary 100 1010000 11111011 1100010 1000100 0 10 11011110 1100001 110010

Color Harmonies of #0450FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450FB

Black with #0450FB

Text Example


Text Example

White with #0450FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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