Html Css Color HEX #0373BE Navy Blue

📋 copy color: '#0373BE'

red 3 ◦ green 115 ◦ blue 190

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

Shades of Navy Blue #0373BE

Tints of Navy Blue #0373BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 0.97%
G = 37.34%
B = 61.69%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0373BE (or 0x0373BE) is known color: Navy Blue. HEX triplet: 03, 73 and BE. RGB value is (3,115,190). Sum of RGB (Red+Green+Blue) = 3+115+190=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #0373BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373BE is #FC8C41. Grayscale: #595959. Windows color (decimal): -16550978 or 12481283. OLE color: 12481283.

HSL color Cylindrical-coordinate representation of color #0373BE: hue angle of 204.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0373BE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 115 190 -
CMYK 0.98 0.39 0 0.25
HSL 204.06º 0.97% 0.38% -
HSV(B) 204.06º 0.98% 0.75% -
XYZ 15.46 16 50.99 -
YUV 90.06 184.39 65.9 -
System Red Green Blue C M Y K H S L
Decimal 3 115 190 0.98 0.39 0 0.25 204.06 0.97 0.38
Hex 3 73 BE 62 27 0 19 CC 61 26
Octal 3 163 276 142 47 0 31 314 141 46
Binary 11 1110011 10111110 1100010 100111 0 11001 11001100 1100001 100110

Color Harmonies of #0373BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373BE

Black with #0373BE

Text Example


Text Example

White with #0373BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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