#0363BF

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

Shades of Navy Blue #0363BF

Tints of Navy Blue #0363BF

Color information

#0363BF (or 0x0363BF) is unknown color: approx Navy Blue. HEX triplet: 03, 63 and BF. RGB value is (3,99,191). Sum of RGB (Red+Green+Blue) = 3+99+191=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #0363BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363BF is #FC9C40. Grayscale: #505050. Windows color (decimal): -16555073 or 12542723. OLE color: 12542723.

HSL color Cylindrical-coordinate representation of color #0363BF: hue angle of 209.36º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0363BF is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB399191-
CMYK0.980.4800.25
HSL209.36º96.91%38.04%-
HSV(B)209.36º98.43%74.9%-
XYZ13.912.751.01-
YUV80.78190.272.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 65.19%
R=1.02%
G=33.79%
B=65.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3991910.980.4800.25209.3696.9138.04
Hex363BF6230019d16126
Octal31432771426003132114146
Binary111100011101111111100010110000011001110100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0363BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0363BF; }

 p { color: rgb(3,99,191); }

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

<style>
 a { background-color: #0363BF; }

 a { background-color: rgb(3,99,191); }

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

<style>
 span { border-color: #0363BF; }

 span { border-color: rgb(3,99,191); }

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