#0362BA

Color #0362BA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0362BA

Tints of Navy Blue #0362BA

Color information

#0362BA (or 0x0362BA) is unknown color: approx Navy Blue. HEX triplet: 03, 62 and BA. RGB value is (3,98,186). Sum of RGB (Red+Green+Blue) = 3+98+186=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #0362BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362BA is #FC9D45. Grayscale: #4F4F4F. Windows color (decimal): -16555334 or 12214787. OLE color: 12214787.

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

Color convert

RGB398186-
CMYK0.980.4700.27
HSL208.85º96.83%37.06%-
HSV(B)208.85º98.39%72.94%-
XYZ13.2712.348.13-
YUV79.63188.0373.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 186 (73.05% from 255) = 64.81%
R=1.05%
G=34.15%
B=64.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3981860.980.4700.27208.8596.8337.06
Hex362BA622F01Bd16125
Octal31422721425703332114145
Binary111100010101110101100010101111011011110100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0362BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0362BA;
 }
 .AnyTagClassName
 {
   color: #0362BA;
 }
</style>
background-color css

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

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

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

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

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

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