Html Css Color HEX #0349FF Navy Blue

📋 copy color: '#0349FF'

red 3 ◦ green 73 ◦ blue 255

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

Shades of Navy Blue #0349FF

Tints of Navy Blue #0349FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 255 (100% from 255) = 77.04%

R = 0.91%
G = 22.05%
B = 77.04%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0349FF (or 0x0349FF) is known color: Navy Blue. HEX triplet: 03, 49 and FF. RGB value is (3,73,255). Sum of RGB (Red+Green+Blue) = 3+73+255=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #0349FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0349FF is #FCB600. Grayscale: #484848. Windows color (decimal): -16561665 or 16730371. OLE color: 16730371.

HSL color Cylindrical-coordinate representation of color #0349FF: hue angle of 223.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0349FF is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 73 255 -
CMYK 0.99 0.71 0 0
HSL 223.33º 1% 0.51% -
HSV(B) 223.33º 0.99% 1% -
XYZ 20.47 12 95.85 -
YUV 72.82 230.81 78.2 -
System Red Green Blue C M Y K H S L
Decimal 3 73 255 0.99 0.71 0 0 223.33 1 0.51
Hex 3 49 FF 63 47 0 0 DF 64 33
Octal 3 111 377 143 107 0 0 337 144 63
Binary 11 1001001 11111111 1100011 1000111 0 0 11011111 1100100 110011

Color Harmonies of #0349FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0349FF

Black with #0349FF

Text Example


Text Example

White with #0349FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0349FF; }

 p { color: rgb(3,73,255); }

 H1.HeaderClassName
 {
   color: #0349FF;
 }
 .AnyTagClassName
 {
   color: #0349FF;
 }
</style>

background-color css

<style>
 a { background-color: #0349FF; }

 a { background-color: rgb(3,73,255); }

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

border-color css

<style>
 span { border-color: #0349FF; }

 span { border-color: rgb(3,73,255); }

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