Html Css Color HEX #0378BF Navy Blue

📋 copy color: '#0378BF'

red 3 ◦ green 120 ◦ blue 191

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

Shades of Navy Blue #0378BF

Tints of Navy Blue #0378BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

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

R = 0.96%
G = 38.22%
B = 60.83%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0378BF (or 0x0378BF) is known color: Navy Blue. HEX triplet: 03, 78 and BF. RGB value is (3,120,191). Sum of RGB (Red+Green+Blue) = 3+120+191=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #0378BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378BF is #FC8740. Grayscale: #5C5C5C. Windows color (decimal): -16549697 or 12548099. OLE color: 12548099.

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

Color convert

RGB 3 120 191 -
CMYK 0.98 0.37 0 0.25
HSL 202.66º 0.97% 0.38% -
HSV(B) 202.66º 0.98% 0.75% -
XYZ 16.16 17.21 51.76 -
YUV 93.11 183.24 63.73 -
System Red Green Blue C M Y K H S L
Decimal 3 120 191 0.98 0.37 0 0.25 202.66 0.97 0.38
Hex 3 78 BF 62 25 0 19 CB 61 26
Octal 3 170 277 142 45 0 31 313 141 46
Binary 11 1111000 10111111 1100010 100101 0 11001 11001011 1100001 100110

Color Harmonies of #0378BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378BF

Black with #0378BF

Text Example


Text Example

White with #0378BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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