Html Css Color HEX #0348FA Navy Blue

📋 copy color: '#0348FA'

red 3 ◦ green 72 ◦ blue 250

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

Shades of Navy Blue #0348FA

Tints of Navy Blue #0348FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

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

R = 0.92%
G = 22.15%
B = 76.92%

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

#0348FA (or 0x0348FA) is known color: Navy Blue. HEX triplet: 03, 48 and FA. RGB value is (3,72,250). Sum of RGB (Red+Green+Blue) = 3+72+250=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #0348FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348FA is #FCB705. Grayscale: #464646. Windows color (decimal): -16561926 or 16402435. OLE color: 16402435.

HSL color Cylindrical-coordinate representation of color #0348FA: hue angle of 223.24º 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 #0348FA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 72 250 -
CMYK 0.99 0.71 0 0.02
HSL 223.24º 0.98% 0.5% -
HSV(B) 223.24º 0.99% 0.98% -
XYZ 19.61 11.56 91.64 -
YUV 71.66 228.64 79.03 -
System Red Green Blue C M Y K H S L
Decimal 3 72 250 0.99 0.71 0 0.02 223.24 0.98 0.5
Hex 3 48 FA 63 47 0 2 DF 62 32
Octal 3 110 372 143 107 0 2 337 142 62
Binary 11 1001000 11111010 1100011 1000111 0 10 11011111 1100010 110010

Color Harmonies of #0348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348FA

Black with #0348FA

Text Example


Text Example

White with #0348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0348FA; }

 p { color: rgb(3,72,250); }

 H1.HeaderClassName
 {
   color: #0348FA;
 }
 .AnyTagClassName
 {
   color: #0348FA;
 }
</style>

background-color css

<style>
 a { background-color: #0348FA; }

 a { background-color: rgb(3,72,250); }

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

border-color css

<style>
 span { border-color: #0348FA; }

 span { border-color: rgb(3,72,250); }

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