Html Css Color HEX #0364BA Navy Blue

📋 copy color: '#0364BA'

red 3 ◦ green 100 ◦ blue 186

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

Shades of Navy Blue #0364BA

Tints of Navy Blue #0364BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

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

R = 1.04%
G = 34.6%
B = 64.36%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0364BA (or 0x0364BA) is known color: Navy Blue. HEX triplet: 03, 64 and BA. RGB value is (3,100,186). Sum of RGB (Red+Green+Blue) = 3+100+186=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0364BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364BA is #FC9B45. Grayscale: #505050. Windows color (decimal): -16554822 or 12215299. OLE color: 12215299.

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

Color convert

RGB 3 100 186 -
CMYK 0.98 0.46 0 0.27
HSL 208.2º 0.97% 0.37% -
HSV(B) 208.2º 0.98% 0.73% -
XYZ 13.46 12.68 48.19 -
YUV 80.8 187.36 72.51 -
System Red Green Blue C M Y K H S L
Decimal 3 100 186 0.98 0.46 0 0.27 208.2 0.97 0.37
Hex 3 64 BA 62 2E 0 1B D0 61 25
Octal 3 144 272 142 56 0 33 320 141 45
Binary 11 1100100 10111010 1100010 101110 0 11011 11010000 1100001 100101

Color Harmonies of #0364BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0364BA

Black with #0364BA

Text Example


Text Example

White with #0364BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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