Html Css Color HEX #0370BB Navy Blue

📋 copy color: '#0370BB'

red 3 ◦ green 112 ◦ blue 187

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

Shades of Navy Blue #0370BB

Tints of Navy Blue #0370BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 0.99%
G = 37.09%
B = 61.92%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0370BB (or 0x0370BB) is known color: Navy Blue. HEX triplet: 03, 70 and BB. RGB value is (3,112,187). Sum of RGB (Red+Green+Blue) = 3+112+187=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #0370BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370BB is #FC8F44. Grayscale: #575757. Windows color (decimal): -16551749 or 12283907. OLE color: 12283907.

HSL color Cylindrical-coordinate representation of color #0370BB: hue angle of 204.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0370BB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 112 187 -
CMYK 0.98 0.40 0 0.27
HSL 204.46º 0.97% 0.37% -
HSV(B) 204.46º 0.98% 0.73% -
XYZ 14.8 15.2 49.17 -
YUV 87.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 3 112 187 0.98 0.40 0 0.27 204.46 0.97 0.37
Hex 3 70 BB 62 28 0 1B CC 61 25
Octal 3 160 273 142 50 0 33 314 141 45
Binary 11 1110000 10111011 1100010 101000 0 11011 11001100 1100001 100101

Color Harmonies of #0370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370BB

Black with #0370BB

Text Example


Text Example

White with #0370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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