Html Css Color HEX #0363BA Navy Blue

📋 copy color: '#0363BA'

red 3 ◦ green 99 ◦ blue 186

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

Shades of Navy Blue #0363BA

Tints of Navy Blue #0363BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 1.04%
G = 34.38%
B = 64.58%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0363BA (or 0x0363BA) is known color: Navy Blue. HEX triplet: 03, 63 and BA. RGB value is (3,99,186). Sum of RGB (Red+Green+Blue) = 3+99+186=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #0363BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363BA is #FC9C45. Grayscale: #4F4F4F. Windows color (decimal): -16555078 or 12215043. OLE color: 12215043.

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

Color convert

RGB 3 99 186 -
CMYK 0.98 0.47 0 0.27
HSL 208.52º 0.97% 0.37% -
HSV(B) 208.52º 0.98% 0.73% -
XYZ 13.36 12.49 48.16 -
YUV 80.21 187.7 72.93 -
System Red Green Blue C M Y K H S L
Decimal 3 99 186 0.98 0.47 0 0.27 208.52 0.97 0.37
Hex 3 63 BA 62 2F 0 1B D1 61 25
Octal 3 143 272 142 57 0 33 321 141 45
Binary 11 1100011 10111010 1100010 101111 0 11011 11010001 1100001 100101

Color Harmonies of #0363BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363BA

Black with #0363BA

Text Example


Text Example

White with #0363BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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