Html Css Color HEX #0041FE Navy Blue

📋 copy color: '#0041FE'

red 0 ◦ green 65 ◦ blue 254

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

Shades of Navy Blue #0041FE

Tints of Navy Blue #0041FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 254 (99.61% from 255) = 79.62%

R = 0%
G = 20.38%
B = 79.62%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0041FE (or 0x0041FE) is known color: Navy Blue. HEX triplet: 00, 41 and FE. RGB value is (0,65,254). Sum of RGB (Red+Green+Blue) = 0+65+254=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #0041FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041FE is #FFBE01. Grayscale: #424242. Windows color (decimal): -16760322 or 16662784. OLE color: 16662784.

HSL color Cylindrical-coordinate representation of color #0041FE: hue angle of 224.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041FE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 65 254 -
CMYK 1 0.74 0 0.00
HSL 224.65º 1% 0.5% -
HSV(B) 224.65º 1% 1% -
XYZ 19.78 10.94 94.83 -
YUV 67.11 233.47 80.13 -
System Red Green Blue C M Y K H S L
Decimal 0 65 254 1 0.74 0 0.00 224.65 1 0.5
Hex 0 41 FE 64 4A 0 0 E1 64 32
Octal 0 101 376 144 112 0 0 341 144 62
Binary 0 1000001 11111110 1100100 1001010 0 0 11100001 1100100 110010

Color Harmonies of #0041FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0041FE

Black with #0041FE

Text Example


Text Example

White with #0041FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0041FE; }

 p { color: rgb(0,65,254); }

 H1.HeaderClassName
 {
   color: #0041FE;
 }
 .AnyTagClassName
 {
   color: #0041FE;
 }
</style>

background-color css

<style>
 a { background-color: #0041FE; }

 a { background-color: rgb(0,65,254); }

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

border-color css

<style>
 span { border-color: #0041FE; }

 span { border-color: rgb(0,65,254); }

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