Html Css Color HEX #0372BA Navy Blue

📋 copy color: '#0372BA'

red 3 ◦ green 114 ◦ blue 186

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

Shades of Navy Blue #0372BA

Tints of Navy Blue #0372BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 0.99%
G = 37.62%
B = 61.39%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0372BA (or 0x0372BA) is known color: Navy Blue. HEX triplet: 03, 72 and BA. RGB value is (3,114,186). Sum of RGB (Red+Green+Blue) = 3+114+186=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #0372BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372BA is #FC8D45. Grayscale: #585858. Windows color (decimal): -16551238 or 12218883. OLE color: 12218883.

HSL color Cylindrical-coordinate representation of color #0372BA: hue angle of 203.61º 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 #0372BA is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 114 186 -
CMYK 0.98 0.39 0 0.27
HSL 203.61º 0.97% 0.37% -
HSV(B) 203.61º 0.98% 0.73% -
XYZ 14.92 15.6 48.68 -
YUV 89.02 182.73 66.65 -
System Red Green Blue C M Y K H S L
Decimal 3 114 186 0.98 0.39 0 0.27 203.61 0.97 0.37
Hex 3 72 BA 62 27 0 1B CC 61 25
Octal 3 162 272 142 47 0 33 314 141 45
Binary 11 1110010 10111010 1100010 100111 0 11011 11001100 1100001 100101

Color Harmonies of #0372BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372BA

Black with #0372BA

Text Example


Text Example

White with #0372BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0372BA; }

 p { color: rgb(3,114,186); }

 H1.HeaderClassName
 {
   color: #0372BA;
 }
 .AnyTagClassName
 {
   color: #0372BA;
 }
</style>

background-color css

<style>
 a { background-color: #0372BA; }

 a { background-color: rgb(3,114,186); }

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

border-color css

<style>
 span { border-color: #0372BA; }

 span { border-color: rgb(3,114,186); }

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