Html Css Color HEX #0346DB Navy Blue

📋 copy color: '#0346DB'

red 3 ◦ green 70 ◦ blue 219

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

Shades of Navy Blue #0346DB

Tints of Navy Blue #0346DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 1.03%
G = 23.97%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0346DB (or 0x0346DB) is known color: Navy Blue. HEX triplet: 03, 46 and DB. RGB value is (3,70,219). Sum of RGB (Red+Green+Blue) = 3+70+219=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #0346DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346DB is #FCB924. Grayscale: #424242. Windows color (decimal): -16562469 or 14370307. OLE color: 14370307.

HSL color Cylindrical-coordinate representation of color #0346DB: hue angle of 221.39º 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 #0346DB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 70 219 -
CMYK 0.99 0.68 0 0.14
HSL 221.39º 0.97% 0.44% -
HSV(B) 221.39º 0.99% 0.86% -
XYZ 15.01 9.51 68.06 -
YUV 66.95 213.8 82.38 -
System Red Green Blue C M Y K H S L
Decimal 3 70 219 0.99 0.68 0 0.14 221.39 0.97 0.44
Hex 3 46 DB 63 44 0 E DD 61 2C
Octal 3 106 333 143 104 0 16 335 141 54
Binary 11 1000110 11011011 1100011 1000100 0 1110 11011101 1100001 101100

Color Harmonies of #0346DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346DB

Black with #0346DB

Text Example


Text Example

White with #0346DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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