Html Css Color HEX #0040FC Navy Blue

📋 copy color: '#0040FC'

red 0 ◦ green 64 ◦ blue 252

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

Shades of Navy Blue #0040FC

Tints of Navy Blue #0040FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 79.75%

R = 0%
G = 20.25%
B = 79.75%

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

#0040FC (or 0x0040FC) is known color: Navy Blue. HEX triplet: 00, 40 and FC. RGB value is (0,64,252). Sum of RGB (Red+Green+Blue) = 0+64+252=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #0040FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0040FC is #FFBF03. Grayscale: #414141. Windows color (decimal): -16760580 or 16531456. OLE color: 16531456.

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

Color convert

RGB 0 64 252 -
CMYK 1 0.75 0 0.01
HSL 224.76º 1% 0.49% -
HSV(B) 224.76º 1% 0.99% -
XYZ 19.4 10.7 93.14 -
YUV 66.3 232.8 80.71 -
System Red Green Blue C M Y K H S L
Decimal 0 64 252 1 0.75 0 0.01 224.76 1 0.49
Hex 0 40 FC 64 4B 0 1 E1 64 31
Octal 0 100 374 144 113 0 1 341 144 61
Binary 0 1000000 11111100 1100100 1001011 0 1 11100001 1100100 110001

Color Harmonies of #0040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0040FC

Black with #0040FC

Text Example


Text Example

White with #0040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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