Html Css Color HEX #0373DC Navy Blue

📋 copy color: '#0373DC'

red 3 ◦ green 115 ◦ blue 220

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

Shades of Navy Blue #0373DC

Tints of Navy Blue #0373DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 0.89%
G = 34.02%
B = 65.09%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0373DC (or 0x0373DC) is known color: Navy Blue. HEX triplet: 03, 73 and DC. RGB value is (3,115,220). Sum of RGB (Red+Green+Blue) = 3+115+220=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #0373DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373DC is #FC8C23. Grayscale: #5C5C5C. Windows color (decimal): -16550948 or 14447363. OLE color: 14447363.

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

Color convert

RGB 3 115 220 -
CMYK 0.99 0.48 0 0.14
HSL 209.03º 0.97% 0.44% -
HSV(B) 209.03º 0.99% 0.86% -
XYZ 19.09 17.45 70.07 -
YUV 93.48 199.39 63.46 -
System Red Green Blue C M Y K H S L
Decimal 3 115 220 0.99 0.48 0 0.14 209.03 0.97 0.44
Hex 3 73 DC 63 30 0 E D1 61 2C
Octal 3 163 334 143 60 0 16 321 141 54
Binary 11 1110011 11011100 1100011 110000 0 1110 11010001 1100001 101100

Color Harmonies of #0373DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373DC

Black with #0373DC

Text Example


Text Example

White with #0373DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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