Html Css Color HEX #0373DB Navy Blue

📋 copy color: '#0373DB'

red 3 ◦ green 115 ◦ blue 219

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

Shades of Navy Blue #0373DB

Tints of Navy Blue #0373DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 0.89%
G = 34.12%
B = 64.99%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0373DB (or 0x0373DB) is known color: Navy Blue. HEX triplet: 03, 73 and DB. RGB value is (3,115,219). Sum of RGB (Red+Green+Blue) = 3+115+219=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #0373DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373DB is #FC8C24. Grayscale: #5C5C5C. Windows color (decimal): -16550949 or 14381827. OLE color: 14381827.

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

Color convert

RGB 3 115 219 -
CMYK 0.99 0.47 0 0.14
HSL 208.89º 0.97% 0.44% -
HSV(B) 208.89º 0.99% 0.86% -
XYZ 18.95 17.4 69.38 -
YUV 93.37 198.89 63.54 -
System Red Green Blue C M Y K H S L
Decimal 3 115 219 0.99 0.47 0 0.14 208.89 0.97 0.44
Hex 3 73 DB 63 2F 0 E D1 61 2C
Octal 3 163 333 143 57 0 16 321 141 54
Binary 11 1110011 11011011 1100011 101111 0 1110 11010001 1100001 101100

Color Harmonies of #0373DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373DB

Black with #0373DB

Text Example


Text Example

White with #0373DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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