Html Css Color HEX #003FFC Navy Blue

📋 copy color: '#003FFC'

red 0 ◦ green 63 ◦ blue 252

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

Shades of Navy Blue #003FFC

Tints of Navy Blue #003FFC

RGB

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

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

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

R = 0%
G = 20%
B = 80%

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

#003FFC (or 0x003FFC) is known color: Navy Blue. HEX triplet: 00, 3F and FC. RGB value is (0,63,252). Sum of RGB (Red+Green+Blue) = 0+63+252=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #003FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFC is #FFC003. Grayscale: #404040. Windows color (decimal): -16760836 or 16531200. OLE color: 16531200.

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

Color convert

RGB 0 63 252 -
CMYK 1 0.75 0 0.01
HSL 225º 1% 0.49% -
HSV(B) 225º 1% 0.99% -
XYZ 19.35 10.58 93.12 -
YUV 65.71 233.13 81.13 -
System Red Green Blue C M Y K H S L
Decimal 0 63 252 1 0.75 0 0.01 225 1 0.49
Hex 0 3F FC 64 4B 0 1 E1 64 31
Octal 0 77 374 144 113 0 1 341 144 61
Binary 0 111111 11111100 1100100 1001011 0 1 11100001 1100100 110001

Color Harmonies of #003FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FFC

Black with #003FFC

Text Example


Text Example

White with #003FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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