Html Css Color HEX #0040FD Navy Blue

📋 copy color: '#0040FD'

red 0 ◦ green 64 ◦ blue 253

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

Shades of Navy Blue #0040FD

Tints of Navy Blue #0040FD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 253 (99.22% from 255) = 79.81%

R = 0%
G = 20.19%
B = 79.81%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0040FD (or 0x0040FD) is known color: Navy Blue. HEX triplet: 00, 40 and FD. RGB value is (0,64,253). Sum of RGB (Red+Green+Blue) = 0+64+253=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #0040FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0040FD is #FFBF02. Grayscale: #414141. Windows color (decimal): -16760579 or 16596992. OLE color: 16596992.

HSL color Cylindrical-coordinate representation of color #0040FD: hue angle of 224.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040FD is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 64 253 -
CMYK 1 0.75 0 0.01
HSL 224.82º 1% 0.5% -
HSV(B) 224.82º 1% 0.99% -
XYZ 19.56 10.76 93.97 -
YUV 66.41 233.3 80.63 -
System Red Green Blue C M Y K H S L
Decimal 0 64 253 1 0.75 0 0.01 224.82 1 0.5
Hex 0 40 FD 64 4B 0 1 E1 64 32
Octal 0 100 375 144 113 0 1 341 144 62
Binary 0 1000000 11111101 1100100 1001011 0 1 11100001 1100100 110010

Color Harmonies of #0040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0040FD

Black with #0040FD

Text Example


Text Example

White with #0040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0040FD; }

 p { color: rgb(0,64,253); }

 H1.HeaderClassName
 {
   color: #0040FD;
 }
 .AnyTagClassName
 {
   color: #0040FD;
 }
</style>

background-color css

<style>
 a { background-color: #0040FD; }

 a { background-color: rgb(0,64,253); }

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

border-color css

<style>
 span { border-color: #0040FD; }

 span { border-color: rgb(0,64,253); }

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