Html Css Color HEX #0348FB Navy Blue

📋 copy color: '#0348FB'

red 3 ◦ green 72 ◦ blue 251

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

Shades of Navy Blue #0348FB

Tints of Navy Blue #0348FB

RGB

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

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

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

R = 0.92%
G = 22.09%
B = 76.99%

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

#0348FB (or 0x0348FB) is known color: Navy Blue. HEX triplet: 03, 48 and FB. RGB value is (3,72,251). Sum of RGB (Red+Green+Blue) = 3+72+251=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #0348FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348FB is #FCB704. Grayscale: #464646. Windows color (decimal): -16561925 or 16467971. OLE color: 16467971.

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

Color convert

RGB 3 72 251 -
CMYK 0.99 0.71 0 0.02
HSL 223.31º 0.98% 0.5% -
HSV(B) 223.31º 0.99% 0.98% -
XYZ 19.77 11.62 92.47 -
YUV 71.78 229.14 78.95 -
System Red Green Blue C M Y K H S L
Decimal 3 72 251 0.99 0.71 0 0.02 223.31 0.98 0.5
Hex 3 48 FB 63 47 0 2 DF 62 32
Octal 3 110 373 143 107 0 2 337 142 62
Binary 11 1001000 11111011 1100011 1000111 0 10 11011111 1100010 110010

Color Harmonies of #0348FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348FB

Black with #0348FB

Text Example


Text Example

White with #0348FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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