Html Css Color HEX #0372BB Navy Blue

📋 copy color: '#0372BB'

red 3 ◦ green 114 ◦ blue 187

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

Shades of Navy Blue #0372BB

Tints of Navy Blue #0372BB

RGB

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

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

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

R = 0.99%
G = 37.5%
B = 61.51%

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

#0372BB (or 0x0372BB) is known color: Navy Blue. HEX triplet: 03, 72 and BB. RGB value is (3,114,187). Sum of RGB (Red+Green+Blue) = 3+114+187=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #0372BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372BB is #FC8D44. Grayscale: #585858. Windows color (decimal): -16551237 or 12284419. OLE color: 12284419.

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

Color convert

RGB 3 114 187 -
CMYK 0.98 0.39 0 0.27
HSL 203.8º 0.97% 0.37% -
HSV(B) 203.8º 0.98% 0.73% -
XYZ 15.02 15.64 49.24 -
YUV 89.13 183.23 66.56 -
System Red Green Blue C M Y K H S L
Decimal 3 114 187 0.98 0.39 0 0.27 203.8 0.97 0.37
Hex 3 72 BB 62 27 0 1B CC 61 25
Octal 3 162 273 142 47 0 33 314 141 45
Binary 11 1110010 10111011 1100010 100111 0 11011 11001100 1100001 100101

Color Harmonies of #0372BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372BB

Black with #0372BB

Text Example


Text Example

White with #0372BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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