Html Css Color HEX #0348FF Navy Blue

📋 copy color: '#0348FF'

red 3 ◦ green 72 ◦ blue 255

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

Shades of Navy Blue #0348FF

Tints of Navy Blue #0348FF

RGB

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

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

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

R = 0.91%
G = 21.82%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0348FF (or 0x0348FF) is known color: Navy Blue. HEX triplet: 03, 48 and FF. RGB value is (3,72,255). Sum of RGB (Red+Green+Blue) = 3+72+255=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #0348FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348FF is #FCB700. Grayscale: #474747. Windows color (decimal): -16561921 or 16730115. OLE color: 16730115.

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

Color convert

RGB 3 72 255 -
CMYK 0.99 0.72 0 0
HSL 223.57º 1% 0.51% -
HSV(B) 223.57º 0.99% 1% -
XYZ 20.4 11.87 95.82 -
YUV 72.23 231.14 78.62 -
System Red Green Blue C M Y K H S L
Decimal 3 72 255 0.99 0.72 0 0 223.57 1 0.51
Hex 3 48 FF 63 48 0 0 E0 64 33
Octal 3 110 377 143 110 0 0 340 144 63
Binary 11 1001000 11111111 1100011 1001000 0 0 11100000 1100100 110011

Color Harmonies of #0348FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348FF

Black with #0348FF

Text Example


Text Example

White with #0348FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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