Html Css Color HEX #003FFA Navy Blue

📋 copy color: '#003FFA'

red 0 ◦ green 63 ◦ blue 250

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

Shades of Navy Blue #003FFA

Tints of Navy Blue #003FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 250 (98.05% from 255) = 79.87%

R = 0%
G = 20.13%
B = 79.87%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#003FFA (or 0x003FFA) is known color: Navy Blue. HEX triplet: 00, 3F and FA. RGB value is (0,63,250). Sum of RGB (Red+Green+Blue) = 0+63+250=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #003FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFA is #FFC005. Grayscale: #404040. Windows color (decimal): -16760838 or 16400128. OLE color: 16400128.

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

Color convert

RGB 0 63 250 -
CMYK 1 0.75 0 0.02
HSL 224.88º 1% 0.49% -
HSV(B) 224.88º 1% 0.98% -
XYZ 19.03 10.46 91.46 -
YUV 65.48 232.13 81.29 -
System Red Green Blue C M Y K H S L
Decimal 0 63 250 1 0.75 0 0.02 224.88 1 0.49
Hex 0 3F FA 64 4B 0 2 E1 64 31
Octal 0 77 372 144 113 0 2 341 144 61
Binary 0 111111 11111010 1100100 1001011 0 10 11100001 1100100 110001

Color Harmonies of #003FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FFA

Black with #003FFA

Text Example


Text Example

White with #003FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003FFA; }

 p { color: rgb(0,63,250); }

 H1.HeaderClassName
 {
   color: #003FFA;
 }
 .AnyTagClassName
 {
   color: #003FFA;
 }
</style>

background-color css

<style>
 a { background-color: #003FFA; }

 a { background-color: rgb(0,63,250); }

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

border-color css

<style>
 span { border-color: #003FFA; }

 span { border-color: rgb(0,63,250); }

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