Html Css Color HEX #0347FD Navy Blue

📋 copy color: '#0347FD'

red 3 ◦ green 71 ◦ blue 253

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

Shades of Navy Blue #0347FD

Tints of Navy Blue #0347FD

RGB

 RED value IS 3 (1.56% from 255) = 0.92%

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 0.92%
G = 21.71%
B = 77.37%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0347FD (or 0x0347FD) is known color: Navy Blue. HEX triplet: 03, 47 and FD. RGB value is (3,71,253). Sum of RGB (Red+Green+Blue) = 3+71+253=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #0347FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0347FD is #FCB802. Grayscale: #464646. Windows color (decimal): -16562179 or 16598787. OLE color: 16598787.

HSL color Cylindrical-coordinate representation of color #0347FD: hue angle of 223.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347FD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 71 253 -
CMYK 0.99 0.72 0 0.01
HSL 223.68º 0.98% 0.5% -
HSV(B) 223.68º 0.99% 0.99% -
XYZ 20.02 11.62 94.12 -
YUV 71.42 230.47 79.2 -
System Red Green Blue C M Y K H S L
Decimal 3 71 253 0.99 0.72 0 0.01 223.68 0.98 0.5
Hex 3 47 FD 63 48 0 1 E0 62 32
Octal 3 107 375 143 110 0 1 340 142 62
Binary 11 1000111 11111101 1100011 1001000 0 1 11100000 1100010 110010

Color Harmonies of #0347FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347FD

Black with #0347FD

Text Example


Text Example

White with #0347FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,71,253); }

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

background-color css

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

 a { background-color: rgb(3,71,253); }

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

border-color css

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

 span { border-color: rgb(3,71,253); }

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