Html Css Color HEX #0376BF Navy Blue

📋 copy color: '#0376BF'

red 3 ◦ green 118 ◦ blue 191

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

Shades of Navy Blue #0376BF

Tints of Navy Blue #0376BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 191 (75% from 255) = 61.22%

R = 0.96%
G = 37.82%
B = 61.22%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0376BF (or 0x0376BF) is known color: Navy Blue. HEX triplet: 03, 76 and BF. RGB value is (3,118,191). Sum of RGB (Red+Green+Blue) = 3+118+191=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #0376BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376BF is #FC8940. Grayscale: #5B5B5B. Windows color (decimal): -16550209 or 12547587. OLE color: 12547587.

HSL color Cylindrical-coordinate representation of color #0376BF: hue angle of 203.3º 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 #0376BF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 118 191 -
CMYK 0.98 0.38 0 0.25
HSL 203.3º 0.97% 0.38% -
HSV(B) 203.3º 0.98% 0.75% -
XYZ 15.92 16.74 51.68 -
YUV 91.94 183.9 64.56 -
System Red Green Blue C M Y K H S L
Decimal 3 118 191 0.98 0.38 0 0.25 203.3 0.97 0.38
Hex 3 76 BF 62 26 0 19 CB 61 26
Octal 3 166 277 142 46 0 31 313 141 46
Binary 11 1110110 10111111 1100010 100110 0 11001 11001011 1100001 100110

Color Harmonies of #0376BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376BF

Black with #0376BF

Text Example


Text Example

White with #0376BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0376BF; }

 p { color: rgb(3,118,191); }

 H1.HeaderClassName
 {
   color: #0376BF;
 }
 .AnyTagClassName
 {
   color: #0376BF;
 }
</style>

background-color css

<style>
 a { background-color: #0376BF; }

 a { background-color: rgb(3,118,191); }

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

border-color css

<style>
 span { border-color: #0376BF; }

 span { border-color: rgb(3,118,191); }

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