Html Css Color HEX #0041FD Navy Blue

📋 copy color: '#0041FD'

red 0 ◦ green 65 ◦ blue 253

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

Shades of Navy Blue #0041FD

Tints of Navy Blue #0041FD

RGB

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

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

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

R = 0%
G = 20.44%
B = 79.56%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0041FD (or 0x0041FD) is known color: Navy Blue. HEX triplet: 00, 41 and FD. RGB value is (0,65,253). Sum of RGB (Red+Green+Blue) = 0+65+253=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #0041FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041FD is #FFBE02. Grayscale: #424242. Windows color (decimal): -16760323 or 16597248. OLE color: 16597248.

HSL color Cylindrical-coordinate representation of color #0041FD: hue angle of 224.58º 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 #0041FD is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 65 253 -
CMYK 1 0.74 0 0.01
HSL 224.59º 1% 0.5% -
HSV(B) 224.59º 1% 0.99% -
XYZ 19.62 10.87 93.99 -
YUV 67 232.97 80.21 -
System Red Green Blue C M Y K H S L
Decimal 0 65 253 1 0.74 0 0.01 224.59 1 0.5
Hex 0 41 FD 64 4A 0 1 E1 64 32
Octal 0 101 375 144 112 0 1 341 144 62
Binary 0 1000001 11111101 1100100 1001010 0 1 11100001 1100100 110010

Color Harmonies of #0041FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0041FD

Black with #0041FD

Text Example


Text Example

White with #0041FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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