Html Css Color HEX #0348DB Navy Blue

📋 copy color: '#0348DB'

red 3 ◦ green 72 ◦ blue 219

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

Shades of Navy Blue #0348DB

Tints of Navy Blue #0348DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 1.02%
G = 24.49%
B = 74.49%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0348DB (or 0x0348DB) is known color: Navy Blue. HEX triplet: 03, 48 and DB. RGB value is (3,72,219). Sum of RGB (Red+Green+Blue) = 3+72+219=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #0348DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348DB is #FCB724. Grayscale: #434343. Windows color (decimal): -16561957 or 14370819. OLE color: 14370819.

HSL color Cylindrical-coordinate representation of color #0348DB: hue angle of 220.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348DB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 72 219 -
CMYK 0.99 0.67 0 0.14
HSL 220.83º 0.97% 0.44% -
HSV(B) 220.83º 0.99% 0.86% -
XYZ 15.14 9.77 68.11 -
YUV 68.13 213.14 81.55 -
System Red Green Blue C M Y K H S L
Decimal 3 72 219 0.99 0.67 0 0.14 220.83 0.97 0.44
Hex 3 48 DB 63 43 0 E DD 61 2C
Octal 3 110 333 143 103 0 16 335 141 54
Binary 11 1001000 11011011 1100011 1000011 0 1110 11011101 1100001 101100

Color Harmonies of #0348DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348DB

Black with #0348DB

Text Example


Text Example

White with #0348DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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