Html Css Color HEX #0370BD Navy Blue

📋 copy color: '#0370BD'

red 3 ◦ green 112 ◦ blue 189

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

Shades of Navy Blue #0370BD

Tints of Navy Blue #0370BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 0.99%
G = 36.84%
B = 62.17%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0370BD (or 0x0370BD) is known color: Navy Blue. HEX triplet: 03, 70 and BD. RGB value is (3,112,189). Sum of RGB (Red+Green+Blue) = 3+112+189=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #0370BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370BD is #FC8F42. Grayscale: #575757. Windows color (decimal): -16551747 or 12414979. OLE color: 12414979.

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

Color convert

RGB 3 112 189 -
CMYK 0.98 0.41 0 0.26
HSL 204.84º 0.97% 0.38% -
HSV(B) 204.84º 0.98% 0.74% -
XYZ 15.02 15.28 50.3 -
YUV 88.19 184.89 67.24 -
System Red Green Blue C M Y K H S L
Decimal 3 112 189 0.98 0.41 0 0.26 204.84 0.97 0.38
Hex 3 70 BD 62 29 0 1A CD 61 26
Octal 3 160 275 142 51 0 32 315 141 46
Binary 11 1110000 10111101 1100010 101001 0 11010 11001101 1100001 100110

Color Harmonies of #0370BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370BD

Black with #0370BD

Text Example


Text Example

White with #0370BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0370BD; }

 p { color: rgb(3,112,189); }

 H1.HeaderClassName
 {
   color: #0370BD;
 }
 .AnyTagClassName
 {
   color: #0370BD;
 }
</style>

background-color css

<style>
 a { background-color: #0370BD; }

 a { background-color: rgb(3,112,189); }

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

border-color css

<style>
 span { border-color: #0370BD; }

 span { border-color: rgb(3,112,189); }

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