Html Css Color HEX #0373BC Navy Blue

📋 copy color: '#0373BC'

red 3 ◦ green 115 ◦ blue 188

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

Shades of Navy Blue #0373BC

Tints of Navy Blue #0373BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 0.98%
G = 37.58%
B = 61.44%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0373BC (or 0x0373BC) is known color: Navy Blue. HEX triplet: 03, 73 and BC. RGB value is (3,115,188). Sum of RGB (Red+Green+Blue) = 3+115+188=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #0373BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373BC is #FC8C43. Grayscale: #595959. Windows color (decimal): -16550980 or 12350211. OLE color: 12350211.

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

Color convert

RGB 3 115 188 -
CMYK 0.98 0.39 0 0.26
HSL 203.68º 0.97% 0.37% -
HSV(B) 203.68º 0.98% 0.74% -
XYZ 15.25 15.91 49.84 -
YUV 89.83 183.39 66.06 -
System Red Green Blue C M Y K H S L
Decimal 3 115 188 0.98 0.39 0 0.26 203.68 0.97 0.37
Hex 3 73 BC 62 27 0 1A CC 61 25
Octal 3 163 274 142 47 0 32 314 141 45
Binary 11 1110011 10111100 1100010 100111 0 11010 11001100 1100001 100101

Color Harmonies of #0373BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373BC

Black with #0373BC

Text Example


Text Example

White with #0373BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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