Html Css Color HEX #0440FB Navy Blue

📋 copy color: '#0440FB'

red 4 ◦ green 64 ◦ blue 251

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

Shades of Navy Blue #0440FB

Tints of Navy Blue #0440FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

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

R = 1.25%
G = 20.06%
B = 78.68%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0440FB (or 0x0440FB) is known color: Navy Blue. HEX triplet: 04, 40 and FB. RGB value is (4,64,251). Sum of RGB (Red+Green+Blue) = 4+64+251=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #0440FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0440FB is #FBBF04. Grayscale: #424242. Windows color (decimal): -16498437 or 16465924. OLE color: 16465924.

HSL color Cylindrical-coordinate representation of color #0440FB: hue angle of 225.43º 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 #0440FB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 64 251 -
CMYK 0.98 0.75 0 0.02
HSL 225.43º 0.97% 0.5% -
HSV(B) 225.43º 0.98% 0.98% -
XYZ 19.3 10.66 92.31 -
YUV 67.38 231.62 82.79 -
System Red Green Blue C M Y K H S L
Decimal 4 64 251 0.98 0.75 0 0.02 225.43 0.97 0.5
Hex 4 40 FB 62 4B 0 2 E1 61 32
Octal 4 100 373 142 113 0 2 341 141 62
Binary 100 1000000 11111011 1100010 1001011 0 10 11100001 1100001 110010

Color Harmonies of #0440FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440FB

Black with #0440FB

Text Example


Text Example

White with #0440FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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