Html Css Color HEX #0349FB Navy Blue

📋 copy color: '#0349FB'

red 3 ◦ green 73 ◦ blue 251

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

Shades of Navy Blue #0349FB

Tints of Navy Blue #0349FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 76.76%

R = 0.92%
G = 22.32%
B = 76.76%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0349FB (or 0x0349FB) is known color: Navy Blue. HEX triplet: 03, 49 and FB. RGB value is (3,73,251). Sum of RGB (Red+Green+Blue) = 3+73+251=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #0349FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0349FB is #FCB604. Grayscale: #474747. Windows color (decimal): -16561669 or 16468227. OLE color: 16468227.

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

Color convert

RGB 3 73 251 -
CMYK 0.99 0.71 0 0.02
HSL 223.06º 0.98% 0.5% -
HSV(B) 223.06º 0.99% 0.98% -
XYZ 19.83 11.75 92.49 -
YUV 72.36 228.81 78.53 -
System Red Green Blue C M Y K H S L
Decimal 3 73 251 0.99 0.71 0 0.02 223.06 0.98 0.5
Hex 3 49 FB 63 47 0 2 DF 62 32
Octal 3 111 373 143 107 0 2 337 142 62
Binary 11 1001001 11111011 1100011 1000111 0 10 11011111 1100010 110010

Color Harmonies of #0349FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0349FB

Black with #0349FB

Text Example


Text Example

White with #0349FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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